Html Css Color HEX #13CE9A Caribbean Green

📋 copy color: '#13CE9A'

red 19 ◦ green 206 ◦ blue 154

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

Shades of Caribbean Green #13CE9A

Tints of Caribbean Green #13CE9A

RGB

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

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

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

R = 5.01%
G = 54.35%
B = 40.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#13CE9A (or 0x13CE9A) is known color: Caribbean Green. HEX triplet: 13, CE and 9A. RGB value is (19,206,154). Sum of RGB (Red+Green+Blue) = 19+206+154=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE9A is #EC3165. Grayscale: #909090. Windows color (decimal): -15479142 or 10145299. OLE color: 10145299.

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

Color convert

RGB 19 206 154 -
CMYK 0.91 0 0.25 0.19
HSL 163.32º 0.83% 0.44% -
HSV(B) 163.32º 0.91% 0.81% -
XYZ 28.17 46.61 38.08 -
YUV 144.16 133.55 38.73 -
System Red Green Blue C M Y K H S L
Decimal 19 206 154 0.91 0 0.25 0.19 163.32 0.83 0.44
Hex 13 CE 9A 5B 0 19 13 A3 53 2C
Octal 23 316 232 133 0 31 23 243 123 54
Binary 10011 11001110 10011010 1011011 0 11001 10011 10100011 1010011 101100

Color Harmonies of #13CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE9A

Black with #13CE9A

Text Example


Text Example

White with #13CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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