Html Css Color HEX #14CDAF Caribbean Green

📋 copy color: '#14CDAF'

red 20 ◦ green 205 ◦ blue 175

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

Shades of Caribbean Green #14CDAF

Tints of Caribbean Green #14CDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 5%
G = 51.25%
B = 43.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#14CDAF (or 0x14CDAF) is known color: Caribbean Green. HEX triplet: 14, CD and AF. RGB value is (20,205,175). Sum of RGB (Red+Green+Blue) = 20+205+175=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CDAF is #EB3250. Grayscale: #929292. Windows color (decimal): -15413841 or 11521300. OLE color: 11521300.

HSL color Cylindrical-coordinate representation of color #14CDAF: hue angle of 170.27º 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 #14CDAF is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 175 -
CMYK 0.90 0 0.15 0.20
HSL 170.27º 0.82% 0.44% -
HSV(B) 170.27º 0.9% 0.8% -
XYZ 29.86 46.91 48.04 -
YUV 146.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 20 205 175 0.90 0 0.15 0.20 170.27 0.82 0.44
Hex 14 CD AF 5A 0 F 14 AA 52 2C
Octal 24 315 257 132 0 17 24 252 122 54
Binary 10100 11001101 10101111 1011010 0 1111 10100 10101010 1010010 101100

Color Harmonies of #14CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDAF

Black with #14CDAF

Text Example


Text Example

White with #14CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,205,175); }

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

background-color css

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

 a { background-color: rgb(20,205,175); }

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

border-color css

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

 span { border-color: rgb(20,205,175); }

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