Html Css Color HEX #13DFB4 Caribbean Green

📋 copy color: '#13DFB4'

red 19 ◦ green 223 ◦ blue 180

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

Shades of Caribbean Green #13DFB4

Tints of Caribbean Green #13DFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 4.5%
G = 52.84%
B = 42.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#13DFB4 (or 0x13DFB4) is known color: Caribbean Green. HEX triplet: 13, DF and B4. RGB value is (19,223,180). Sum of RGB (Red+Green+Blue) = 19+223+180=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFB4 is #EC204B. Grayscale: #9D9D9D. Windows color (decimal): -15474764 or 11853587. OLE color: 11853587.

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

Color convert

RGB 19 223 180 -
CMYK 0.91 0 0.19 0.13
HSL 167.35º 0.84% 0.47% -
HSV(B) 167.35º 0.91% 0.87% -
XYZ 34.89 56.21 52.19 -
YUV 157.1 140.91 29.5 -
System Red Green Blue C M Y K H S L
Decimal 19 223 180 0.91 0 0.19 0.13 167.35 0.84 0.47
Hex 13 DF B4 5B 0 13 D A7 54 2F
Octal 23 337 264 133 0 23 15 247 124 57
Binary 10011 11011111 10110100 1011011 0 10011 1101 10100111 1010100 101111

Color Harmonies of #13DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFB4

Black with #13DFB4

Text Example


Text Example

White with #13DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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