Html Css Color HEX #12E1A7 Caribbean Green

📋 copy color: '#12E1A7'

red 18 ◦ green 225 ◦ blue 167

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

Shades of Caribbean Green #12E1A7

Tints of Caribbean Green #12E1A7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.88%

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 4.39%
G = 54.88%
B = 40.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#12E1A7 (or 0x12E1A7) is known color: Caribbean Green. HEX triplet: 12, E1 and A7. RGB value is (18,225,167). Sum of RGB (Red+Green+Blue) = 18+225+167=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #12E1A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E1A7 is #ED1E58. Grayscale: #9C9C9C. Windows color (decimal): -15539801 or 11002130. OLE color: 11002130.

HSL color Cylindrical-coordinate representation of color #12E1A7: hue angle of 163.19º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E1A7 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 225 167 -
CMYK 0.92 0 0.26 0.12
HSL 163.19º 0.85% 0.48% -
HSV(B) 163.19º 0.92% 0.88% -
XYZ 34.15 56.77 45.72 -
YUV 156.5 133.92 29.22 -
System Red Green Blue C M Y K H S L
Decimal 18 225 167 0.92 0 0.26 0.12 163.19 0.85 0.48
Hex 12 E1 A7 5C 0 1A C A3 55 30
Octal 22 341 247 134 0 32 14 243 125 60
Binary 10010 11100001 10100111 1011100 0 11010 1100 10100011 1010101 110000

Color Harmonies of #12E1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E1A7

Black with #12E1A7

Text Example


Text Example

White with #12E1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,225,167); }

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

background-color css

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

 a { background-color: rgb(18,225,167); }

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

border-color css

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

 span { border-color: rgb(18,225,167); }

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