#12BF9E

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

Shades of Caribbean Green #12BF9E

Tints of Caribbean Green #12BF9E

Color information

#12BF9E (or 0x12BF9E) is unknown color: approx Caribbean Green. HEX triplet: 12, BF and 9E. RGB value is (18,191,158). Sum of RGB (Red+Green+Blue) = 18+191+158=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BF9E is #ED4061. Grayscale: #878787. Windows color (decimal): -15548514 or 10403602. OLE color: 10403602.

HSL color Cylindrical-coordinate representation of color #12BF9E: hue angle of 168.55º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF9E is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB18191158-
CMYK0.9100.170.25
HSL168.55º82.78%40.98%-
HSV(B)168.55º90.58%74.9%-
XYZ25.0539.8638.72-
YUV135.51140.6944.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=4.90%
G=52.04%
B=43.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911580.9100.170.25168.5582.7840.98
Hex12BF9E5B01119a95329
Octal222772361330213125112351
Binary100101011111110011110101101101000111001101010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,158); }

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

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

 a { background-color: rgb(18,191,158); }

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

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

 span { border-color: rgb(18,191,158); }

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