Html Css Color HEX #12DCB2 Caribbean Green

📋 copy color: '#12DCB2'

red 18 ◦ green 220 ◦ blue 178

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

Shades of Caribbean Green #12DCB2

Tints of Caribbean Green #12DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.88%

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

R = 4.33%
G = 52.88%
B = 42.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#12DCB2 (or 0x12DCB2) is known color: Caribbean Green. HEX triplet: 12, DC and B2. RGB value is (18,220,178). Sum of RGB (Red+Green+Blue) = 18+220+178=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DCB2 is #ED234D. Grayscale: #9A9A9A. Windows color (decimal): -15541070 or 11721746. OLE color: 11721746.

HSL color Cylindrical-coordinate representation of color #12DCB2: hue angle of 167.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCB2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 178 -
CMYK 0.92 0 0.19 0.14
HSL 167.52º 0.85% 0.47% -
HSV(B) 167.52º 0.92% 0.86% -
XYZ 33.88 54.53 50.86 -
YUV 154.81 141.08 30.42 -
System Red Green Blue C M Y K H S L
Decimal 18 220 178 0.92 0 0.19 0.14 167.52 0.85 0.47
Hex 12 DC B2 5C 0 13 E A8 55 2F
Octal 22 334 262 134 0 23 16 250 125 57
Binary 10010 11011100 10110010 1011100 0 10011 1110 10101000 1010101 101111

Color Harmonies of #12DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCB2

Black with #12DCB2

Text Example


Text Example

White with #12DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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