Html Css Color HEX #13DEA8 Caribbean Green

📋 copy color: '#13DEA8'

red 19 ◦ green 222 ◦ blue 168

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

Shades of Caribbean Green #13DEA8

Tints of Caribbean Green #13DEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 4.65%
G = 54.28%
B = 41.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#13DEA8 (or 0x13DEA8) is known color: Caribbean Green. HEX triplet: 13, DE and A8. RGB value is (19,222,168). Sum of RGB (Red+Green+Blue) = 19+222+168=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DEA8 is #EC2157. Grayscale: #9B9B9B. Windows color (decimal): -15475032 or 11066899. OLE color: 11066899.

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

Color convert

RGB 19 222 168 -
CMYK 0.91 0 0.24 0.13
HSL 164.04º 0.84% 0.47% -
HSV(B) 164.04º 0.91% 0.87% -
XYZ 33.46 55.21 45.94 -
YUV 155.15 135.25 30.89 -
System Red Green Blue C M Y K H S L
Decimal 19 222 168 0.91 0 0.24 0.13 164.04 0.84 0.47
Hex 13 DE A8 5B 0 18 D A4 54 2F
Octal 23 336 250 133 0 30 15 244 124 57
Binary 10011 11011110 10101000 1011011 0 11000 1101 10100100 1010100 101111

Color Harmonies of #13DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DEA8

Black with #13DEA8

Text Example


Text Example

White with #13DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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