Html Css Color HEX #12DAB2 Caribbean Green

📋 copy color: '#12DAB2'

red 18 ◦ green 218 ◦ blue 178

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

Shades of Caribbean Green #12DAB2

Tints of Caribbean Green #12DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.66%

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

R = 4.35%
G = 52.66%
B = 43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#12DAB2 (or 0x12DAB2) is known color: Caribbean Green. HEX triplet: 12, DA and B2. RGB value is (18,218,178). Sum of RGB (Red+Green+Blue) = 18+218+178=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #12DAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DAB2 is #ED254D. Grayscale: #999999. Windows color (decimal): -15541582 or 11721234. OLE color: 11721234.

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

Color convert

RGB 18 218 178 -
CMYK 0.92 0 0.18 0.15
HSL 168º 0.85% 0.46% -
HSV(B) 168º 0.92% 0.85% -
XYZ 33.36 53.49 50.69 -
YUV 153.64 141.74 31.25 -
System Red Green Blue C M Y K H S L
Decimal 18 218 178 0.92 0 0.18 0.15 168 0.85 0.46
Hex 12 DA B2 5C 0 12 F A8 55 2E
Octal 22 332 262 134 0 22 17 250 125 56
Binary 10010 11011010 10110010 1011100 0 10010 1111 10101000 1010101 101110

Color Harmonies of #12DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAB2

Black with #12DAB2

Text Example


Text Example

White with #12DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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