Html Css Color HEX #12CE99 Caribbean Green

📋 copy color: '#12CE99'

red 18 ◦ green 206 ◦ blue 153

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

Shades of Caribbean Green #12CE99

Tints of Caribbean Green #12CE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 4.77%
G = 54.64%
B = 40.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#12CE99 (or 0x12CE99) is known color: Caribbean Green. HEX triplet: 12, CE and 99. RGB value is (18,206,153). Sum of RGB (Red+Green+Blue) = 18+206+153=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE99 is #ED3166. Grayscale: #8F8F8F. Windows color (decimal): -15544679 or 10079762. OLE color: 10079762.

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

Color convert

RGB 18 206 153 -
CMYK 0.91 0 0.26 0.19
HSL 163.09º 0.84% 0.44% -
HSV(B) 163.09º 0.91% 0.81% -
XYZ 28.07 46.57 37.65 -
YUV 143.75 133.22 38.31 -
System Red Green Blue C M Y K H S L
Decimal 18 206 153 0.91 0 0.26 0.19 163.09 0.84 0.44
Hex 12 CE 99 5B 0 1A 13 A3 54 2C
Octal 22 316 231 133 0 32 23 243 124 54
Binary 10010 11001110 10011001 1011011 0 11010 10011 10100011 1010100 101100

Color Harmonies of #12CE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE99

Black with #12CE99

Text Example


Text Example

White with #12CE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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