Html Css Color HEX #12DEA8 Caribbean Green

📋 copy color: '#12DEA8'

red 18 ◦ green 222 ◦ blue 168

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

Shades of Caribbean Green #12DEA8

Tints of Caribbean Green #12DEA8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.41%

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 4.41%
G = 54.41%
B = 41.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#12DEA8 (or 0x12DEA8) is known color: Caribbean Green. HEX triplet: 12, DE and A8. RGB value is (18,222,168). Sum of RGB (Red+Green+Blue) = 18+222+168=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DEA8 is #ED2157. Grayscale: #9A9A9A. Windows color (decimal): -15540568 or 11066898. OLE color: 11066898.

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

Color convert

RGB 18 222 168 -
CMYK 0.92 0 0.24 0.13
HSL 164.12º 0.85% 0.47% -
HSV(B) 164.12º 0.92% 0.87% -
XYZ 33.44 55.2 45.94 -
YUV 154.85 135.41 30.39 -
System Red Green Blue C M Y K H S L
Decimal 18 222 168 0.92 0 0.24 0.13 164.12 0.85 0.47
Hex 12 DE A8 5C 0 18 D A4 55 2F
Octal 22 336 250 134 0 30 15 244 125 57
Binary 10010 11011110 10101000 1011100 0 11000 1101 10100100 1010101 101111

Color Harmonies of #12DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DEA8

Black with #12DEA8

Text Example


Text Example

White with #12DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,222,168); }

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

background-color css

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

 a { background-color: rgb(18,222,168); }

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

border-color css

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

 span { border-color: rgb(18,222,168); }

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