Html Css Color HEX #12D59C Caribbean Green

📋 copy color: '#12D59C'

red 18 ◦ green 213 ◦ blue 156

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

Shades of Caribbean Green #12D59C

Tints of Caribbean Green #12D59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 4.65%
G = 55.04%
B = 40.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#12D59C (or 0x12D59C) is known color: Caribbean Green. HEX triplet: 12, D5 and 9C. RGB value is (18,213,156). Sum of RGB (Red+Green+Blue) = 18+213+156=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #12D59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D59C is #ED2A63. Grayscale: #949494. Windows color (decimal): -15542884 or 10278162. OLE color: 10278162.

HSL color Cylindrical-coordinate representation of color #12D59C: hue angle of 162.46º 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 #12D59C is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 156 -
CMYK 0.92 0 0.27 0.16
HSL 162.46º 0.84% 0.45% -
HSV(B) 162.46º 0.92% 0.84% -
XYZ 30.04 50.12 39.54 -
YUV 148.2 132.4 35.13 -
System Red Green Blue C M Y K H S L
Decimal 18 213 156 0.92 0 0.27 0.16 162.46 0.84 0.45
Hex 12 D5 9C 5C 0 1B 10 A2 54 2D
Octal 22 325 234 134 0 33 20 242 124 55
Binary 10010 11010101 10011100 1011100 0 11011 10000 10100010 1010100 101101

Color Harmonies of #12D59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D59C

Black with #12D59C

Text Example


Text Example

White with #12D59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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