Html Css Color HEX #12CE93 Caribbean Green

📋 copy color: '#12CE93'

red 18 ◦ green 206 ◦ blue 147

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

Shades of Caribbean Green #12CE93

Tints of Caribbean Green #12CE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 4.85%
G = 55.53%
B = 39.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#12CE93 (or 0x12CE93) is known color: Caribbean Green. HEX triplet: 12, CE and 93. RGB value is (18,206,147). Sum of RGB (Red+Green+Blue) = 18+206+147=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE93 is #ED316C. Grayscale: #8F8F8F. Windows color (decimal): -15544685 or 9686546. OLE color: 9686546.

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

Color convert

RGB 18 206 147 -
CMYK 0.91 0 0.29 0.19
HSL 161.17º 0.84% 0.44% -
HSV(B) 161.17º 0.91% 0.81% -
XYZ 27.59 46.38 35.1 -
YUV 143.06 130.22 38.8 -
System Red Green Blue C M Y K H S L
Decimal 18 206 147 0.91 0 0.29 0.19 161.17 0.84 0.44
Hex 12 CE 93 5B 0 1D 13 A1 54 2C
Octal 22 316 223 133 0 35 23 241 124 54
Binary 10010 11001110 10010011 1011011 0 11101 10011 10100001 1010100 101100

Color Harmonies of #12CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE93

Black with #12CE93

Text Example


Text Example

White with #12CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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