Html Css Color HEX #14CEAE Caribbean Green

📋 copy color: '#14CEAE'

red 20 ◦ green 206 ◦ blue 174

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

Shades of Caribbean Green #14CEAE

Tints of Caribbean Green #14CEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 5%
G = 51.5%
B = 43.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#14CEAE (or 0x14CEAE) is known color: Caribbean Green. HEX triplet: 14, CE and AE. RGB value is (20,206,174). Sum of RGB (Red+Green+Blue) = 20+206+174=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEAE is #EB3151. Grayscale: #929292. Windows color (decimal): -15413586 or 11456020. OLE color: 11456020.

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

Color convert

RGB 20 206 174 -
CMYK 0.90 0 0.16 0.19
HSL 169.68º 0.82% 0.44% -
HSV(B) 169.68º 0.9% 0.81% -
XYZ 30 47.35 47.6 -
YUV 146.74 143.38 37.6 -
System Red Green Blue C M Y K H S L
Decimal 20 206 174 0.90 0 0.16 0.19 169.68 0.82 0.44
Hex 14 CE AE 5A 0 10 13 AA 52 2C
Octal 24 316 256 132 0 20 23 252 122 54
Binary 10100 11001110 10101110 1011010 0 10000 10011 10101010 1010010 101100

Color Harmonies of #14CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEAE

Black with #14CEAE

Text Example


Text Example

White with #14CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,174); }

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

background-color css

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

 a { background-color: rgb(20,206,174); }

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

border-color css

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

 span { border-color: rgb(20,206,174); }

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