Html Css Color HEX #13DAB0 Caribbean Green

📋 copy color: '#13DAB0'

red 19 ◦ green 218 ◦ blue 176

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

Shades of Caribbean Green #13DAB0

Tints of Caribbean Green #13DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.78%

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 4.6%
G = 52.78%
B = 42.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#13DAB0 (or 0x13DAB0) is known color: Caribbean Green. HEX triplet: 13, DA and B0. RGB value is (19,218,176). Sum of RGB (Red+Green+Blue) = 19+218+176=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #13DAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DAB0 is #EC254F. Grayscale: #999999. Windows color (decimal): -15476048 or 11590163. OLE color: 11590163.

HSL color Cylindrical-coordinate representation of color #13DAB0: hue angle of 167.34º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DAB0 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 218 176 -
CMYK 0.91 0 0.19 0.15
HSL 167.34º 0.84% 0.46% -
HSV(B) 167.34º 0.91% 0.85% -
XYZ 33.18 53.42 49.64 -
YUV 153.71 140.57 31.92 -
System Red Green Blue C M Y K H S L
Decimal 19 218 176 0.91 0 0.19 0.15 167.34 0.84 0.46
Hex 13 DA B0 5B 0 13 F A7 54 2E
Octal 23 332 260 133 0 23 17 247 124 56
Binary 10011 11011010 10110000 1011011 0 10011 1111 10100111 1010100 101110

Color Harmonies of #13DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DAB0

Black with #13DAB0

Text Example


Text Example

White with #13DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,218,176); }

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

background-color css

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

 a { background-color: rgb(19,218,176); }

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

border-color css

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

 span { border-color: rgb(19,218,176); }

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