Html Css Color HEX #13DFA4 Caribbean Green

📋 copy color: '#13DFA4'

red 19 ◦ green 223 ◦ blue 164

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

Shades of Caribbean Green #13DFA4

Tints of Caribbean Green #13DFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 4.68%
G = 54.93%
B = 40.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#13DFA4 (or 0x13DFA4) is known color: Caribbean Green. HEX triplet: 13, DF and A4. RGB value is (19,223,164). Sum of RGB (Red+Green+Blue) = 19+223+164=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DFA4 is #EC205B. Grayscale: #9B9B9B. Windows color (decimal): -15474780 or 10805011. OLE color: 10805011.

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

Color convert

RGB 19 223 164 -
CMYK 0.91 0 0.26 0.13
HSL 162.65º 0.84% 0.47% -
HSV(B) 162.65º 0.91% 0.87% -
XYZ 33.36 55.59 44.09 -
YUV 155.28 132.91 30.8 -
System Red Green Blue C M Y K H S L
Decimal 19 223 164 0.91 0 0.26 0.13 162.65 0.84 0.47
Hex 13 DF A4 5B 0 1A D A3 54 2F
Octal 23 337 244 133 0 32 15 243 124 57
Binary 10011 11011111 10100100 1011011 0 11010 1101 10100011 1010100 101111

Color Harmonies of #13DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFA4

Black with #13DFA4

Text Example


Text Example

White with #13DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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