Html Css Color HEX #13DF8B Caribbean Green

📋 copy color: '#13DF8B'

red 19 ◦ green 223 ◦ blue 139

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

Shades of Caribbean Green #13DF8B

Tints of Caribbean Green #13DF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 4.99%
G = 58.53%
B = 36.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#13DF8B (or 0x13DF8B) is known color: Caribbean Green. HEX triplet: 13, DF and 8B. RGB value is (19,223,139). Sum of RGB (Red+Green+Blue) = 19+223+139=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DF8B is #EC2074. Grayscale: #989898. Windows color (decimal): -15474805 or 9166611. OLE color: 9166611.

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

Color convert

RGB 19 223 139 -
CMYK 0.91 0 0.38 0.13
HSL 155.29º 0.84% 0.47% -
HSV(B) 155.29º 0.91% 0.87% -
XYZ 31.32 54.78 33.35 -
YUV 152.43 120.41 32.83 -
System Red Green Blue C M Y K H S L
Decimal 19 223 139 0.91 0 0.38 0.13 155.29 0.84 0.47
Hex 13 DF 8B 5B 0 26 D 9B 54 2F
Octal 23 337 213 133 0 46 15 233 124 57
Binary 10011 11011111 10001011 1011011 0 100110 1101 10011011 1010100 101111

Color Harmonies of #13DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DF8B

Black with #13DF8B

Text Example


Text Example

White with #13DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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