Html Css Color HEX #13D89A Caribbean Green

📋 copy color: '#13D89A'

red 19 ◦ green 216 ◦ blue 154

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

Shades of Caribbean Green #13D89A

Tints of Caribbean Green #13D89A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.53%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 4.88%
G = 55.53%
B = 39.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#13D89A (or 0x13D89A) is known color: Caribbean Green. HEX triplet: 13, D8 and 9A. RGB value is (19,216,154). Sum of RGB (Red+Green+Blue) = 19+216+154=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #13D89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D89A is #EC2765. Grayscale: #969696. Windows color (decimal): -15476582 or 10147859. OLE color: 10147859.

HSL color Cylindrical-coordinate representation of color #13D89A: hue angle of 161.12º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D89A is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 154 -
CMYK 0.91 0 0.29 0.15
HSL 161.12º 0.84% 0.46% -
HSV(B) 161.12º 0.91% 0.85% -
XYZ 30.66 51.58 38.91 -
YUV 150.03 130.23 34.54 -
System Red Green Blue C M Y K H S L
Decimal 19 216 154 0.91 0 0.29 0.15 161.12 0.84 0.46
Hex 13 D8 9A 5B 0 1D F A1 54 2E
Octal 23 330 232 133 0 35 17 241 124 56
Binary 10011 11011000 10011010 1011011 0 11101 1111 10100001 1010100 101110

Color Harmonies of #13D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D89A

Black with #13D89A

Text Example


Text Example

White with #13D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,154); }

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

background-color css

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

 a { background-color: rgb(19,216,154); }

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

border-color css

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

 span { border-color: rgb(19,216,154); }

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