Html Css Color HEX #13CCAC Caribbean Green

📋 copy color: '#13CCAC'

red 19 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #13CCAC

Tints of Caribbean Green #13CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 4.81%
G = 51.65%
B = 43.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#13CCAC (or 0x13CCAC) is known color: Caribbean Green. HEX triplet: 13, CC and AC. RGB value is (19,204,172). Sum of RGB (Red+Green+Blue) = 19+204+172=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CCAC is #EC3353. Grayscale: #909090. Windows color (decimal): -15479636 or 11324435. OLE color: 11324435.

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

Color convert

RGB 19 204 172 -
CMYK 0.91 0 0.16 0.2
HSL 169.62º 0.83% 0.44% -
HSV(B) 169.62º 0.91% 0.8% -
XYZ 29.31 46.3 46.42 -
YUV 145.04 143.21 38.1 -
System Red Green Blue C M Y K H S L
Decimal 19 204 172 0.91 0 0.16 0.2 169.62 0.83 0.44
Hex 13 CC AC 5B 0 10 14 AA 53 2C
Octal 23 314 254 133 0 20 24 252 123 54
Binary 10011 11001100 10101100 1011011 0 10000 10100 10101010 1010011 101100

Color Harmonies of #13CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCAC

Black with #13CCAC

Text Example


Text Example

White with #13CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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