Html Css Color HEX #13CE9B Caribbean Green

📋 copy color: '#13CE9B'

red 19 ◦ green 206 ◦ blue 155

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

Shades of Caribbean Green #13CE9B

Tints of Caribbean Green #13CE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 5%
G = 54.21%
B = 40.79%

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

#13CE9B (or 0x13CE9B) is known color: Caribbean Green. HEX triplet: 13, CE and 9B. RGB value is (19,206,155). Sum of RGB (Red+Green+Blue) = 19+206+155=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE9B is #EC3164. Grayscale: #909090. Windows color (decimal): -15479141 or 10210835. OLE color: 10210835.

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

Color convert

RGB 19 206 155 -
CMYK 0.91 0 0.25 0.19
HSL 163.64º 0.83% 0.44% -
HSV(B) 163.64º 0.91% 0.81% -
XYZ 28.26 46.65 38.52 -
YUV 144.27 134.05 38.65 -
System Red Green Blue C M Y K H S L
Decimal 19 206 155 0.91 0 0.25 0.19 163.64 0.83 0.44
Hex 13 CE 9B 5B 0 19 13 A4 53 2C
Octal 23 316 233 133 0 31 23 244 123 54
Binary 10011 11001110 10011011 1011011 0 11001 10011 10100100 1010011 101100

Color Harmonies of #13CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE9B

Black with #13CE9B

Text Example


Text Example

White with #13CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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