Html Css Color HEX #12CCAC Caribbean Green

📋 copy color: '#12CCAC'

red 18 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #12CCAC

Tints of Caribbean Green #12CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.78%

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 4.57%
G = 51.78%
B = 43.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#12CCAC (or 0x12CCAC) is known color: Caribbean Green. HEX triplet: 12, CC and AC. RGB value is (18,204,172). Sum of RGB (Red+Green+Blue) = 18+204+172=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCAC is #ED3353. Grayscale: #909090. Windows color (decimal): -15545172 or 11324434. OLE color: 11324434.

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

Color convert

RGB 18 204 172 -
CMYK 0.91 0 0.16 0.2
HSL 169.68º 0.84% 0.44% -
HSV(B) 169.68º 0.91% 0.8% -
XYZ 29.29 46.29 46.42 -
YUV 144.74 143.38 37.6 -
System Red Green Blue C M Y K H S L
Decimal 18 204 172 0.91 0 0.16 0.2 169.68 0.84 0.44
Hex 12 CC AC 5B 0 10 14 AA 54 2C
Octal 22 314 254 133 0 20 24 252 124 54
Binary 10010 11001100 10101100 1011011 0 10000 10100 10101010 1010100 101100

Color Harmonies of #12CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCAC

Black with #12CCAC

Text Example


Text Example

White with #12CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,172); }

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

background-color css

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

 a { background-color: rgb(18,204,172); }

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

border-color css

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

 span { border-color: rgb(18,204,172); }

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