Html Css Color HEX #13DD8F Caribbean Green

📋 copy color: '#13DD8F'

red 19 ◦ green 221 ◦ blue 143

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

Shades of Caribbean Green #13DD8F

Tints of Caribbean Green #13DD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.7%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 4.96%
G = 57.7%
B = 37.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#13DD8F (or 0x13DD8F) is known color: Caribbean Green. HEX triplet: 13, DD and 8F. RGB value is (19,221,143). Sum of RGB (Red+Green+Blue) = 19+221+143=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DD8F is #EC2270. Grayscale: #979797. Windows color (decimal): -15475313 or 9428243. OLE color: 9428243.

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

Color convert

RGB 19 221 143 -
CMYK 0.91 0 0.35 0.13
HSL 156.83º 0.84% 0.47% -
HSV(B) 156.83º 0.91% 0.87% -
XYZ 31.08 53.83 34.74 -
YUV 151.71 123.08 33.34 -
System Red Green Blue C M Y K H S L
Decimal 19 221 143 0.91 0 0.35 0.13 156.83 0.84 0.47
Hex 13 DD 8F 5B 0 23 D 9D 54 2F
Octal 23 335 217 133 0 43 15 235 124 57
Binary 10011 11011101 10001111 1011011 0 100011 1101 10011101 1010100 101111

Color Harmonies of #13DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DD8F

Black with #13DD8F

Text Example


Text Example

White with #13DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,221,143); }

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

background-color css

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

 a { background-color: rgb(19,221,143); }

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

border-color css

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

 span { border-color: rgb(19,221,143); }

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