Html Css Color HEX #13DE8C Caribbean Green

📋 copy color: '#13DE8C'

red 19 ◦ green 222 ◦ blue 140

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

Shades of Caribbean Green #13DE8C

Tints of Caribbean Green #13DE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.27%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 4.99%
G = 58.27%
B = 36.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#13DE8C (or 0x13DE8C) is known color: Caribbean Green. HEX triplet: 13, DE and 8C. RGB value is (19,222,140). Sum of RGB (Red+Green+Blue) = 19+222+140=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #13DE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DE8C is #EC2173. Grayscale: #989898. Windows color (decimal): -15475060 or 9231891. OLE color: 9231891.

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

Color convert

RGB 19 222 140 -
CMYK 0.91 0 0.37 0.13
HSL 155.76º 0.84% 0.47% -
HSV(B) 155.76º 0.91% 0.87% -
XYZ 31.12 54.27 33.65 -
YUV 151.96 121.25 33.17 -
System Red Green Blue C M Y K H S L
Decimal 19 222 140 0.91 0 0.37 0.13 155.76 0.84 0.47
Hex 13 DE 8C 5B 0 25 D 9C 54 2F
Octal 23 336 214 133 0 45 15 234 124 57
Binary 10011 11011110 10001100 1011011 0 100101 1101 10011100 1010100 101111

Color Harmonies of #13DE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DE8C

Black with #13DE8C

Text Example


Text Example

White with #13DE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,222,140); }

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

background-color css

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

 a { background-color: rgb(19,222,140); }

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

border-color css

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

 span { border-color: rgb(19,222,140); }

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