Html Css Color HEX #12CE92 Caribbean Green

📋 copy color: '#12CE92'

red 18 ◦ green 206 ◦ blue 146

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

Shades of Caribbean Green #12CE92

Tints of Caribbean Green #12CE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 4.86%
G = 55.68%
B = 39.46%

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

#12CE92 (or 0x12CE92) is known color: Caribbean Green. HEX triplet: 12, CE and 92. RGB value is (18,206,146). Sum of RGB (Red+Green+Blue) = 18+206+146=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CE92 is #ED316D. Grayscale: #8F8F8F. Windows color (decimal): -15544686 or 9621010. OLE color: 9621010.

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

Color convert

RGB 18 206 146 -
CMYK 0.91 0 0.29 0.19
HSL 160.85º 0.84% 0.44% -
HSV(B) 160.85º 0.91% 0.81% -
XYZ 27.51 46.35 34.69 -
YUV 142.95 129.72 38.88 -
System Red Green Blue C M Y K H S L
Decimal 18 206 146 0.91 0 0.29 0.19 160.85 0.84 0.44
Hex 12 CE 92 5B 0 1D 13 A1 54 2C
Octal 22 316 222 133 0 35 23 241 124 54
Binary 10010 11001110 10010010 1011011 0 11101 10011 10100001 1010100 101100

Color Harmonies of #12CE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE92

Black with #12CE92

Text Example


Text Example

White with #12CE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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