Html Css Color HEX #12CC88 Caribbean Green

📋 copy color: '#12CC88'

red 18 ◦ green 204 ◦ blue 136

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

Shades of Caribbean Green #12CC88

Tints of Caribbean Green #12CC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 5.03%
G = 56.98%
B = 37.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#12CC88 (or 0x12CC88) is known color: Caribbean Green. HEX triplet: 12, CC and 88. RGB value is (18,204,136). Sum of RGB (Red+Green+Blue) = 18+204+136=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CC88 is #ED3377. Grayscale: #8C8C8C. Windows color (decimal): -15545208 or 8965138. OLE color: 8965138.

HSL color Cylindrical-coordinate representation of color #12CC88: hue angle of 158.06º 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 #12CC88 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 136 -
CMYK 0.91 0 0.33 0.2
HSL 158.06º 0.84% 0.44% -
HSV(B) 158.06º 0.91% 0.8% -
XYZ 26.29 45.09 30.61 -
YUV 140.63 125.38 40.53 -
System Red Green Blue C M Y K H S L
Decimal 18 204 136 0.91 0 0.33 0.2 158.06 0.84 0.44
Hex 12 CC 88 5B 0 21 14 9E 54 2C
Octal 22 314 210 133 0 41 24 236 124 54
Binary 10010 11001100 10001000 1011011 0 100001 10100 10011110 1010100 101100

Color Harmonies of #12CC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC88

Black with #12CC88

Text Example


Text Example

White with #12CC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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