Html Css Color HEX #12CE90 Caribbean Green

📋 copy color: '#12CE90'

red 18 ◦ green 206 ◦ blue 144

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

Shades of Caribbean Green #12CE90

Tints of Caribbean Green #12CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 4.89%
G = 55.98%
B = 39.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#12CE90 (or 0x12CE90) is known color: Caribbean Green. HEX triplet: 12, CE and 90. RGB value is (18,206,144). Sum of RGB (Red+Green+Blue) = 18+206+144=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE90 is #ED316F. Grayscale: #8E8E8E. Windows color (decimal): -15544688 or 9489938. OLE color: 9489938.

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

Color convert

RGB 18 206 144 -
CMYK 0.91 0 0.30 0.19
HSL 160.21º 0.84% 0.44% -
HSV(B) 160.21º 0.91% 0.81% -
XYZ 27.35 46.28 33.88 -
YUV 142.72 128.72 39.04 -
System Red Green Blue C M Y K H S L
Decimal 18 206 144 0.91 0 0.30 0.19 160.21 0.84 0.44
Hex 12 CE 90 5B 0 1E 13 A0 54 2C
Octal 22 316 220 133 0 36 23 240 124 54
Binary 10010 11001110 10010000 1011011 0 11110 10011 10100000 1010100 101100

Color Harmonies of #12CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE90

Black with #12CE90

Text Example


Text Example

White with #12CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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