Html Css Color HEX #14CEA7 Caribbean Green

📋 copy color: '#14CEA7'

red 20 ◦ green 206 ◦ blue 167

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

Shades of Caribbean Green #14CEA7

Tints of Caribbean Green #14CEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 5.09%
G = 52.42%
B = 42.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#14CEA7 (or 0x14CEA7) is known color: Caribbean Green. HEX triplet: 14, CE and A7. RGB value is (20,206,167). Sum of RGB (Red+Green+Blue) = 20+206+167=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEA7 is #EB3158. Grayscale: #919191. Windows color (decimal): -15413593 or 10997268. OLE color: 10997268.

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

Color convert

RGB 20 206 167 -
CMYK 0.90 0 0.19 0.19
HSL 167.42º 0.82% 0.44% -
HSV(B) 167.42º 0.9% 0.81% -
XYZ 29.33 47.08 44.1 -
YUV 145.94 139.88 38.17 -
System Red Green Blue C M Y K H S L
Decimal 20 206 167 0.90 0 0.19 0.19 167.42 0.82 0.44
Hex 14 CE A7 5A 0 13 13 A7 52 2C
Octal 24 316 247 132 0 23 23 247 122 54
Binary 10100 11001110 10100111 1011010 0 10011 10011 10100111 1010010 101100

Color Harmonies of #14CEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEA7

Black with #14CEA7

Text Example


Text Example

White with #14CEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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