Html Css Color HEX #13CEB0 Caribbean Green

📋 copy color: '#13CEB0'

red 19 ◦ green 206 ◦ blue 176

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

Shades of Caribbean Green #13CEB0

Tints of Caribbean Green #13CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 4.74%
G = 51.37%
B = 43.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#13CEB0 (or 0x13CEB0) is known color: Caribbean Green. HEX triplet: 13, CE and B0. RGB value is (19,206,176). Sum of RGB (Red+Green+Blue) = 19+206+176=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEB0 is #EC314F. Grayscale: #929292. Windows color (decimal): -15479120 or 11587091. OLE color: 11587091.

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

Color convert

RGB 19 206 176 -
CMYK 0.91 0 0.15 0.19
HSL 170.37º 0.83% 0.44% -
HSV(B) 170.37º 0.91% 0.81% -
XYZ 30.18 47.42 48.64 -
YUV 146.67 144.55 36.94 -
System Red Green Blue C M Y K H S L
Decimal 19 206 176 0.91 0 0.15 0.19 170.37 0.83 0.44
Hex 13 CE B0 5B 0 F 13 AA 53 2C
Octal 23 316 260 133 0 17 23 252 123 54
Binary 10011 11001110 10110000 1011011 0 1111 10011 10101010 1010011 101100

Color Harmonies of #13CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEB0

Black with #13CEB0

Text Example


Text Example

White with #13CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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