Html Css Color HEX #14CCAC Caribbean Green

📋 copy color: '#14CCAC'

red 20 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #14CCAC

Tints of Caribbean Green #14CCAC

RGB

 RED value IS 20 (8.2% from 255) = 5.05%

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

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

R = 5.05%
G = 51.52%
B = 43.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#14CCAC (or 0x14CCAC) is known color: Caribbean Green. HEX triplet: 14, CC and AC. RGB value is (20,204,172). Sum of RGB (Red+Green+Blue) = 20+204+172=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CCAC is #EB3353. Grayscale: #919191. Windows color (decimal): -15414100 or 11324436. OLE color: 11324436.

HSL color Cylindrical-coordinate representation of color #14CCAC: hue angle of 169.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCAC is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 172 -
CMYK 0.90 0 0.16 0.2
HSL 169.57º 0.82% 0.44% -
HSV(B) 169.57º 0.9% 0.8% -
XYZ 29.33 46.31 46.42 -
YUV 145.34 143.04 38.6 -
System Red Green Blue C M Y K H S L
Decimal 20 204 172 0.90 0 0.16 0.2 169.57 0.82 0.44
Hex 14 CC AC 5A 0 10 14 AA 52 2C
Octal 24 314 254 132 0 20 24 252 122 54
Binary 10100 11001100 10101100 1011010 0 10000 10100 10101010 1010010 101100

Color Harmonies of #14CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCAC

Black with #14CCAC

Text Example


Text Example

White with #14CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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