#12CBAF

Color #12CBAF Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #12CBAF

Tints of Caribbean Green #12CBAF

Color information

#12CBAF (or 0x12CBAF) is unknown color: approx Caribbean Green. HEX triplet: 12, CB and AF. RGB value is (18,203,175). Sum of RGB (Red+Green+Blue) = 18+203+175=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBAF is #ED3450. Grayscale: #909090. Windows color (decimal): -15545425 or 11520786. OLE color: 11520786.

HSL color Cylindrical-coordinate representation of color #12CBAF: hue angle of 170.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CBAF is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB18203175-
CMYK0.9100.140.20
HSL170.92º83.71%43.33%-
HSV(B)170.92º91.13%79.61%-
XYZ29.3445.9447.88-
YUV144.49145.2137.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.55%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=4.55%
G=51.26%
B=44.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182031750.9100.140.20170.9283.7143.33
Hex12CBAF5B0E14ab542b
Octal223132571330162425312453
Binary10010110010111010111110110110111010100101010111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CBAF; }

 p { color: rgb(18,203,175); }

 H1.HeaderClassName
 {
   color: #12CBAF;
 }
 .AnyTagClassName
 {
   color: #12CBAF;
 }
</style>
background-color css

<style>
 a { background-color: #12CBAF; }

 a { background-color: rgb(18,203,175); }

 div.DivClassName
 {
   background-color: #12CBAF;
 }
 .BgClassName
 {
   background-color: #12CBAF;
 }
</style>
border-color css

<style>
 span { border-color: #12CBAF; }

 span { border-color: rgb(18,203,175); }

 td.TdClassName
 {
   border-color: #12CBAF;
 }
 .TagClassName
 {
   border-color: #12CBAF;
 }
</style>