Html Css Color HEX #13DB92 Caribbean Green

📋 copy color: '#13DB92'

red 19 ◦ green 219 ◦ blue 146

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

Shades of Caribbean Green #13DB92

Tints of Caribbean Green #13DB92

RGB

 RED value IS 19 (7.81% from 255) = 4.95%

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 4.95%
G = 57.03%
B = 38.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#13DB92 (or 0x13DB92) is known color: Caribbean Green. HEX triplet: 13, DB and 92. RGB value is (19,219,146). Sum of RGB (Red+Green+Blue) = 19+219+146=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB92 is #EC246D. Grayscale: #969696. Windows color (decimal): -15475822 or 9624339. OLE color: 9624339.

HSL color Cylindrical-coordinate representation of color #13DB92: hue angle of 158.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB92 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 146 -
CMYK 0.91 0 0.33 0.14
HSL 158.1º 0.84% 0.47% -
HSV(B) 158.1º 0.91% 0.86% -
XYZ 30.79 52.88 35.78 -
YUV 150.88 125.24 33.94 -
System Red Green Blue C M Y K H S L
Decimal 19 219 146 0.91 0 0.33 0.14 158.1 0.84 0.47
Hex 13 DB 92 5B 0 21 E 9E 54 2F
Octal 23 333 222 133 0 41 16 236 124 57
Binary 10011 11011011 10010010 1011011 0 100001 1110 10011110 1010100 101111

Color Harmonies of #13DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB92

Black with #13DB92

Text Example


Text Example

White with #13DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DB92; }

 p { color: rgb(19,219,146); }

 H1.HeaderClassName
 {
   color: #13DB92;
 }
 .AnyTagClassName
 {
   color: #13DB92;
 }
</style>

background-color css

<style>
 a { background-color: #13DB92; }

 a { background-color: rgb(19,219,146); }

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

border-color css

<style>
 span { border-color: #13DB92; }

 span { border-color: rgb(19,219,146); }

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