Html Css Color HEX #12DB81 Caribbean Green

📋 copy color: '#12DB81'

red 18 ◦ green 219 ◦ blue 129

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

Shades of Caribbean Green #12DB81

Tints of Caribbean Green #12DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 4.92%
G = 59.84%
B = 35.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#12DB81 (or 0x12DB81) is known color: Caribbean Green. HEX triplet: 12, DB and 81. RGB value is (18,219,129). Sum of RGB (Red+Green+Blue) = 18+219+129=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DB81 is #ED247E. Grayscale: #949494. Windows color (decimal): -15541375 or 8510226. OLE color: 8510226.

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

Color convert

RGB 18 219 129 -
CMYK 0.92 0 0.41 0.14
HSL 153.13º 0.85% 0.46% -
HSV(B) 153.13º 0.92% 0.86% -
XYZ 29.54 52.38 29.32 -
YUV 148.64 116.91 34.82 -
System Red Green Blue C M Y K H S L
Decimal 18 219 129 0.92 0 0.41 0.14 153.13 0.85 0.46
Hex 12 DB 81 5C 0 29 E 99 55 2E
Octal 22 333 201 134 0 51 16 231 125 56
Binary 10010 11011011 10000001 1011100 0 101001 1110 10011001 1010101 101110

Color Harmonies of #12DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB81

Black with #12DB81

Text Example


Text Example

White with #12DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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