Html Css Color HEX #12DBB2 Caribbean Green

📋 copy color: '#12DBB2'

red 18 ◦ green 219 ◦ blue 178

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

Shades of Caribbean Green #12DBB2

Tints of Caribbean Green #12DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.77%

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

R = 4.34%
G = 52.77%
B = 42.89%

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

#12DBB2 (or 0x12DBB2) is known color: Caribbean Green. HEX triplet: 12, DB and B2. RGB value is (18,219,178). Sum of RGB (Red+Green+Blue) = 18+219+178=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DBB2 is #ED244D. Grayscale: #9A9A9A. Windows color (decimal): -15541326 or 11721490. OLE color: 11721490.

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

Color convert

RGB 18 219 178 -
CMYK 0.92 0 0.19 0.14
HSL 167.76º 0.85% 0.46% -
HSV(B) 167.76º 0.92% 0.86% -
XYZ 33.62 54.01 50.77 -
YUV 154.23 141.41 30.83 -
System Red Green Blue C M Y K H S L
Decimal 18 219 178 0.92 0 0.19 0.14 167.76 0.85 0.46
Hex 12 DB B2 5C 0 13 E A8 55 2E
Octal 22 333 262 134 0 23 16 250 125 56
Binary 10010 11011011 10110010 1011100 0 10011 1110 10101000 1010101 101110

Color Harmonies of #12DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBB2

Black with #12DBB2

Text Example


Text Example

White with #12DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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