Html Css Color HEX #12CE88 Caribbean Green

📋 copy color: '#12CE88'

red 18 ◦ green 206 ◦ blue 136

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

Shades of Caribbean Green #12CE88

Tints of Caribbean Green #12CE88

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.22%

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

R = 5%
G = 57.22%
B = 37.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#12CE88 (or 0x12CE88) is known color: Caribbean Green. HEX triplet: 12, CE and 88. RGB value is (18,206,136). Sum of RGB (Red+Green+Blue) = 18+206+136=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE88 is #ED3177. Grayscale: #8D8D8D. Windows color (decimal): -15544696 or 8965650. OLE color: 8965650.

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

Color convert

RGB 18 206 136 -
CMYK 0.91 0 0.34 0.19
HSL 157.66º 0.84% 0.44% -
HSV(B) 157.66º 0.91% 0.81% -
XYZ 26.76 46.05 30.77 -
YUV 141.81 124.72 39.69 -
System Red Green Blue C M Y K H S L
Decimal 18 206 136 0.91 0 0.34 0.19 157.66 0.84 0.44
Hex 12 CE 88 5B 0 22 13 9E 54 2C
Octal 22 316 210 133 0 42 23 236 124 54
Binary 10010 11001110 10001000 1011011 0 100010 10011 10011110 1010100 101100

Color Harmonies of #12CE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE88

Black with #12CE88

Text Example


Text Example

White with #12CE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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