Html Css Color HEX #13DB90 Caribbean Green

📋 copy color: '#13DB90'

red 19 ◦ green 219 ◦ blue 144

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

Shades of Caribbean Green #13DB90

Tints of Caribbean Green #13DB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 4.97%
G = 57.33%
B = 37.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#13DB90 (or 0x13DB90) is known color: Caribbean Green. HEX triplet: 13, DB and 90. RGB value is (19,219,144). Sum of RGB (Red+Green+Blue) = 19+219+144=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB90 is #EC246F. Grayscale: #969696. Windows color (decimal): -15475824 or 9493267. OLE color: 9493267.

HSL color Cylindrical-coordinate representation of color #13DB90: hue angle of 157.5º 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 #13DB90 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 144 -
CMYK 0.91 0 0.34 0.14
HSL 157.5º 0.84% 0.47% -
HSV(B) 157.5º 0.91% 0.86% -
XYZ 30.63 52.82 34.97 -
YUV 150.65 124.24 34.1 -
System Red Green Blue C M Y K H S L
Decimal 19 219 144 0.91 0 0.34 0.14 157.5 0.84 0.47
Hex 13 DB 90 5B 0 22 E 9E 54 2F
Octal 23 333 220 133 0 42 16 236 124 57
Binary 10011 11011011 10010000 1011011 0 100010 1110 10011110 1010100 101111

Color Harmonies of #13DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB90

Black with #13DB90

Text Example


Text Example

White with #13DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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