Html Css Color HEX #13CE9F Caribbean Green

📋 copy color: '#13CE9F'

red 19 ◦ green 206 ◦ blue 159

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

Shades of Caribbean Green #13CE9F

Tints of Caribbean Green #13CE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.65%

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

R = 4.95%
G = 53.65%
B = 41.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#13CE9F (or 0x13CE9F) is known color: Caribbean Green. HEX triplet: 13, CE and 9F. RGB value is (19,206,159). Sum of RGB (Red+Green+Blue) = 19+206+159=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE9F is #EC3160. Grayscale: #909090. Windows color (decimal): -15479137 or 10472979. OLE color: 10472979.

HSL color Cylindrical-coordinate representation of color #13CE9F: hue angle of 164.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE9F is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 159 -
CMYK 0.91 0 0.23 0.19
HSL 164.92º 0.83% 0.44% -
HSV(B) 164.92º 0.91% 0.81% -
XYZ 28.6 46.78 40.32 -
YUV 144.73 136.05 38.32 -
System Red Green Blue C M Y K H S L
Decimal 19 206 159 0.91 0 0.23 0.19 164.92 0.83 0.44
Hex 13 CE 9F 5B 0 17 13 A5 53 2C
Octal 23 316 237 133 0 27 23 245 123 54
Binary 10011 11001110 10011111 1011011 0 10111 10011 10100101 1010011 101100

Color Harmonies of #13CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE9F

Black with #13CE9F

Text Example


Text Example

White with #13CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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