Html Css Color HEX #13DFA7 Caribbean Green

📋 copy color: '#13DFA7'

red 19 ◦ green 223 ◦ blue 167

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

Shades of Caribbean Green #13DFA7

Tints of Caribbean Green #13DFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 4.65%
G = 54.52%
B = 40.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#13DFA7 (or 0x13DFA7) is known color: Caribbean Green. HEX triplet: 13, DF and A7. RGB value is (19,223,167). Sum of RGB (Red+Green+Blue) = 19+223+167=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DFA7 is #EC2058. Grayscale: #9B9B9B. Windows color (decimal): -15474777 or 11001619. OLE color: 11001619.

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

Color convert

RGB 19 223 167 -
CMYK 0.91 0 0.25 0.13
HSL 163.53º 0.84% 0.47% -
HSV(B) 163.53º 0.91% 0.87% -
XYZ 33.63 55.7 45.54 -
YUV 155.62 134.41 30.55 -
System Red Green Blue C M Y K H S L
Decimal 19 223 167 0.91 0 0.25 0.13 163.53 0.84 0.47
Hex 13 DF A7 5B 0 19 D A4 54 2F
Octal 23 337 247 133 0 31 15 244 124 57
Binary 10011 11011111 10100111 1011011 0 11001 1101 10100100 1010100 101111

Color Harmonies of #13DFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFA7

Black with #13DFA7

Text Example


Text Example

White with #13DFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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