Html Css Color HEX #13CCA0 Caribbean Green

📋 copy color: '#13CCA0'

red 19 ◦ green 204 ◦ blue 160

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

Shades of Caribbean Green #13CCA0

Tints of Caribbean Green #13CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.26%

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 4.96%
G = 53.26%
B = 41.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#13CCA0 (or 0x13CCA0) is known color: Caribbean Green. HEX triplet: 13, CC and A0. RGB value is (19,204,160). Sum of RGB (Red+Green+Blue) = 19+204+160=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CCA0 is #EC335F. Grayscale: #8F8F8F. Windows color (decimal): -15479648 or 10538003. OLE color: 10538003.

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

Color convert

RGB 19 204 160 -
CMYK 0.91 0 0.22 0.2
HSL 165.73º 0.83% 0.44% -
HSV(B) 165.73º 0.91% 0.8% -
XYZ 28.21 45.86 40.62 -
YUV 143.67 137.21 39.08 -
System Red Green Blue C M Y K H S L
Decimal 19 204 160 0.91 0 0.22 0.2 165.73 0.83 0.44
Hex 13 CC A0 5B 0 16 14 A6 53 2C
Octal 23 314 240 133 0 26 24 246 123 54
Binary 10011 11001100 10100000 1011011 0 10110 10100 10100110 1010011 101100

Color Harmonies of #13CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCA0

Black with #13CCA0

Text Example


Text Example

White with #13CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,160); }

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

background-color css

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

 a { background-color: rgb(19,204,160); }

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

border-color css

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

 span { border-color: rgb(19,204,160); }

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