Html Css Color HEX #13C89F Caribbean Green

📋 copy color: '#13C89F'

red 19 ◦ green 200 ◦ blue 159

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

Shades of Caribbean Green #13C89F

Tints of Caribbean Green #13C89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 5.03%
G = 52.91%
B = 42.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#13C89F (or 0x13C89F) is known color: Caribbean Green. HEX triplet: 13, C8 and 9F. RGB value is (19,200,159). Sum of RGB (Red+Green+Blue) = 19+200+159=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #13C89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C89F is #EC3760. Grayscale: #8D8D8D. Windows color (decimal): -15480673 or 10471443. OLE color: 10471443.

HSL color Cylindrical-coordinate representation of color #13C89F: hue angle of 166.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C89F is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 159 -
CMYK 0.90 0 0.20 0.22
HSL 166.41º 0.83% 0.43% -
HSV(B) 166.41º 0.91% 0.78% -
XYZ 27.18 43.95 39.85 -
YUV 141.21 138.03 40.83 -
System Red Green Blue C M Y K H S L
Decimal 19 200 159 0.90 0 0.20 0.22 166.41 0.83 0.43
Hex 13 C8 9F 5A 0 14 16 A6 53 2B
Octal 23 310 237 132 0 24 26 246 123 53
Binary 10011 11001000 10011111 1011010 0 10100 10110 10100110 1010011 101011

Color Harmonies of #13C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C89F

Black with #13C89F

Text Example


Text Example

White with #13C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,159); }

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

background-color css

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

 a { background-color: rgb(19,200,159); }

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

border-color css

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

 span { border-color: rgb(19,200,159); }

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