Html Css Color HEX #12C99E Caribbean Green

📋 copy color: '#12C99E'

red 18 ◦ green 201 ◦ blue 158

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

Shades of Caribbean Green #12C99E

Tints of Caribbean Green #12C99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.32%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 4.77%
G = 53.32%
B = 41.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#12C99E (or 0x12C99E) is known color: Caribbean Green. HEX triplet: 12, C9 and 9E. RGB value is (18,201,158). Sum of RGB (Red+Green+Blue) = 18+201+158=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #12C99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C99E is #ED3661. Grayscale: #8D8D8D. Windows color (decimal): -15545954 or 10406162. OLE color: 10406162.

HSL color Cylindrical-coordinate representation of color #12C99E: hue angle of 165.9º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C99E is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 201 158 -
CMYK 0.91 0 0.21 0.21
HSL 165.9º 0.84% 0.43% -
HSV(B) 165.9º 0.91% 0.79% -
XYZ 27.31 44.37 39.47 -
YUV 141.38 137.37 40 -
System Red Green Blue C M Y K H S L
Decimal 18 201 158 0.91 0 0.21 0.21 165.9 0.84 0.43
Hex 12 C9 9E 5B 0 15 15 A6 54 2B
Octal 22 311 236 133 0 25 25 246 124 53
Binary 10010 11001001 10011110 1011011 0 10101 10101 10100110 1010100 101011

Color Harmonies of #12C99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C99E

Black with #12C99E

Text Example


Text Example

White with #12C99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,201,158); }

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

background-color css

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

 a { background-color: rgb(18,201,158); }

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

border-color css

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

 span { border-color: rgb(18,201,158); }

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