Html Css Color HEX #13D2A9 Caribbean Green

📋 copy color: '#13D2A9'

red 19 ◦ green 210 ◦ blue 169

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

Shades of Caribbean Green #13D2A9

Tints of Caribbean Green #13D2A9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.76%

 BLUE value IS 169 (66.41% from 255) = 42.46%

R = 4.77%
G = 52.76%
B = 42.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#13D2A9 (or 0x13D2A9) is known color: Caribbean Green. HEX triplet: 13, D2 and A9. RGB value is (19,210,169). Sum of RGB (Red+Green+Blue) = 19+210+169=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #13D2A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D2A9 is #EC2D56. Grayscale: #949494. Windows color (decimal): -15478103 or 11129363. OLE color: 11129363.

HSL color Cylindrical-coordinate representation of color #13D2A9: hue angle of 167.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D2A9 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 210 169 -
CMYK 0.91 0 0.20 0.18
HSL 167.12º 0.83% 0.45% -
HSV(B) 167.12º 0.91% 0.82% -
XYZ 30.48 49.1 45.41 -
YUV 148.22 139.72 35.83 -
System Red Green Blue C M Y K H S L
Decimal 19 210 169 0.91 0 0.20 0.18 167.12 0.83 0.45
Hex 13 D2 A9 5B 0 14 12 A7 53 2D
Octal 23 322 251 133 0 24 22 247 123 55
Binary 10011 11010010 10101001 1011011 0 10100 10010 10100111 1010011 101101

Color Harmonies of #13D2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2A9

Black with #13D2A9

Text Example


Text Example

White with #13D2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,210,169); }

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

background-color css

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

 a { background-color: rgb(19,210,169); }

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

border-color css

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

 span { border-color: rgb(19,210,169); }

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