Html Css Color HEX #13DFB0 Caribbean Green

📋 copy color: '#13DFB0'

red 19 ◦ green 223 ◦ blue 176

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

Shades of Caribbean Green #13DFB0

Tints of Caribbean Green #13DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

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

R = 4.55%
G = 53.35%
B = 42.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#13DFB0 (or 0x13DFB0) is known color: Caribbean Green. HEX triplet: 13, DF and B0. RGB value is (19,223,176). Sum of RGB (Red+Green+Blue) = 19+223+176=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DFB0 is #EC204F. Grayscale: #9C9C9C. Windows color (decimal): -15474768 or 11591443. OLE color: 11591443.

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

Color convert

RGB 19 223 176 -
CMYK 0.91 0 0.21 0.13
HSL 166.18º 0.84% 0.47% -
HSV(B) 166.18º 0.91% 0.87% -
XYZ 34.49 56.05 50.07 -
YUV 156.65 138.91 29.82 -
System Red Green Blue C M Y K H S L
Decimal 19 223 176 0.91 0 0.21 0.13 166.18 0.84 0.47
Hex 13 DF B0 5B 0 15 D A6 54 2F
Octal 23 337 260 133 0 25 15 246 124 57
Binary 10011 11011111 10110000 1011011 0 10101 1101 10100110 1010100 101111

Color Harmonies of #13DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFB0

Black with #13DFB0

Text Example


Text Example

White with #13DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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