Html Css Color HEX #12DB7F Caribbean Green

📋 copy color: '#12DB7F'

red 18 ◦ green 219 ◦ blue 127

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

Shades of Caribbean Green #12DB7F

Tints of Caribbean Green #12DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.16%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 4.95%
G = 60.16%
B = 34.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#12DB7F (or 0x12DB7F) is known color: Caribbean Green. HEX triplet: 12, DB and 7F. RGB value is (18,219,127). Sum of RGB (Red+Green+Blue) = 18+219+127=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB7F is #ED2480. Grayscale: #949494. Windows color (decimal): -15541377 or 8379154. OLE color: 8379154.

HSL color Cylindrical-coordinate representation of color #12DB7F: hue angle of 152.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB7F is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 219 127 -
CMYK 0.92 0 0.42 0.14
HSL 152.54º 0.85% 0.46% -
HSV(B) 152.54º 0.92% 0.86% -
XYZ 29.41 52.32 28.63 -
YUV 148.41 115.91 34.98 -
System Red Green Blue C M Y K H S L
Decimal 18 219 127 0.92 0 0.42 0.14 152.54 0.85 0.46
Hex 12 DB 7F 5C 0 2A E 99 55 2E
Octal 22 333 177 134 0 52 16 231 125 56
Binary 10010 11011011 1111111 1011100 0 101010 1110 10011001 1010101 101110

Color Harmonies of #12DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB7F

Black with #12DB7F

Text Example


Text Example

White with #12DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,219,127); }

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

background-color css

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

 a { background-color: rgb(18,219,127); }

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

border-color css

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

 span { border-color: rgb(18,219,127); }

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