Html Css Color HEX #12D59D Caribbean Green

📋 copy color: '#12D59D'

red 18 ◦ green 213 ◦ blue 157

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

Shades of Caribbean Green #12D59D

Tints of Caribbean Green #12D59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.9%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 4.64%
G = 54.9%
B = 40.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#12D59D (or 0x12D59D) is known color: Caribbean Green. HEX triplet: 12, D5 and 9D. RGB value is (18,213,157). Sum of RGB (Red+Green+Blue) = 18+213+157=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #12D59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D59D is #ED2A62. Grayscale: #949494. Windows color (decimal): -15542883 or 10343698. OLE color: 10343698.

HSL color Cylindrical-coordinate representation of color #12D59D: hue angle of 162.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D59D is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 157 -
CMYK 0.92 0 0.26 0.16
HSL 162.77º 0.84% 0.45% -
HSV(B) 162.77º 0.92% 0.84% -
XYZ 30.13 50.15 39.99 -
YUV 148.31 132.9 35.05 -
System Red Green Blue C M Y K H S L
Decimal 18 213 157 0.92 0 0.26 0.16 162.77 0.84 0.45
Hex 12 D5 9D 5C 0 1A 10 A3 54 2D
Octal 22 325 235 134 0 32 20 243 124 55
Binary 10010 11010101 10011101 1011100 0 11010 10000 10100011 1010100 101101

Color Harmonies of #12D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D59D

Black with #12D59D

Text Example


Text Example

White with #12D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,213,157); }

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

background-color css

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

 a { background-color: rgb(18,213,157); }

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

border-color css

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

 span { border-color: rgb(18,213,157); }

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