Html Css Color HEX #13CE93 Caribbean Green

📋 copy color: '#13CE93'

red 19 ◦ green 206 ◦ blue 147

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

Shades of Caribbean Green #13CE93

Tints of Caribbean Green #13CE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 5.11%
G = 55.38%
B = 39.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#13CE93 (or 0x13CE93) is known color: Caribbean Green. HEX triplet: 13, CE and 93. RGB value is (19,206,147). Sum of RGB (Red+Green+Blue) = 19+206+147=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE93 is #EC316C. Grayscale: #8F8F8F. Windows color (decimal): -15479149 or 9686547. OLE color: 9686547.

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

Color convert

RGB 19 206 147 -
CMYK 0.91 0 0.29 0.19
HSL 161.07º 0.83% 0.44% -
HSV(B) 161.07º 0.91% 0.81% -
XYZ 27.61 46.39 35.1 -
YUV 143.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 19 206 147 0.91 0 0.29 0.19 161.07 0.83 0.44
Hex 13 CE 93 5B 0 1D 13 A1 53 2C
Octal 23 316 223 133 0 35 23 241 123 54
Binary 10011 11001110 10010011 1011011 0 11101 10011 10100001 1010011 101100

Color Harmonies of #13CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE93

Black with #13CE93

Text Example


Text Example

White with #13CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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