Html Css Color HEX #13DB7F Caribbean Green

📋 copy color: '#13DB7F'

red 19 ◦ green 219 ◦ blue 127

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

Shades of Caribbean Green #13DB7F

Tints of Caribbean Green #13DB7F

RGB

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

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

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

R = 5.21%
G = 60%
B = 34.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#13DB7F (or 0x13DB7F) is known color: Caribbean Green. HEX triplet: 13, DB and 7F. RGB value is (19,219,127). Sum of RGB (Red+Green+Blue) = 19+219+127=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB7F is #EC2480. Grayscale: #949494. Windows color (decimal): -15475841 or 8379155. OLE color: 8379155.

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

Color convert

RGB 19 219 127 -
CMYK 0.91 0 0.42 0.14
HSL 152.4º 0.84% 0.47% -
HSV(B) 152.4º 0.91% 0.86% -
XYZ 29.43 52.33 28.63 -
YUV 148.71 115.74 35.48 -
System Red Green Blue C M Y K H S L
Decimal 19 219 127 0.91 0 0.42 0.14 152.4 0.84 0.47
Hex 13 DB 7F 5B 0 2A E 98 54 2F
Octal 23 333 177 133 0 52 16 230 124 57
Binary 10011 11011011 1111111 1011011 0 101010 1110 10011000 1010100 101111

Color Harmonies of #13DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB7F

Black with #13DB7F

Text Example


Text Example

White with #13DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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