Html Css Color HEX #12CEB2 Caribbean Green

📋 copy color: '#12CEB2'

red 18 ◦ green 206 ◦ blue 178

#12CEB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #12CEB2

Tints of Caribbean Green #12CEB2

RGB

 RED value IS 18 (7.42% from 255) = 4.48%

 GREEN value IS 206 (80.86% from 255) = 51.24%

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 4.48%
G = 51.24%
B = 44.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#12CEB2 (or 0x12CEB2) is known color: Caribbean Green. HEX triplet: 12, CE and B2. RGB value is (18,206,178). Sum of RGB (Red+Green+Blue) = 18+206+178=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #12CEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CEB2 is #ED314D. Grayscale: #929292. Windows color (decimal): -15544654 or 11718162. OLE color: 11718162.

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

Color convert

RGB 18 206 178 -
CMYK 0.91 0 0.14 0.19
HSL 171.06º 0.84% 0.44% -
HSV(B) 171.06º 0.91% 0.81% -
XYZ 30.36 47.49 49.69 -
YUV 146.6 145.72 36.28 -
System Red Green Blue C M Y K H S L
Decimal 18 206 178 0.91 0 0.14 0.19 171.06 0.84 0.44
Hex 12 CE B2 5B 0 E 13 AB 54 2C
Octal 22 316 262 133 0 16 23 253 124 54
Binary 10010 11001110 10110010 1011011 0 1110 10011 10101011 1010100 101100

Color Harmonies of #12CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEB2

Black with #12CEB2

Text Example


Text Example

White with #12CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,178); }

 H1.HeaderClassName
 {
   color: #12CEB2;
 }
 .AnyTagClassName
 {
   color: #12CEB2;
 }
</style>

background-color css

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

 a { background-color: rgb(18,206,178); }

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

border-color css

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

 span { border-color: rgb(18,206,178); }

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