Html Css Color HEX #14A6B4 Pelorous

📋 copy color: '#14A6B4'

red 20 ◦ green 166 ◦ blue 180

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

Shades of Pelorous #14A6B4

Tints of Pelorous #14A6B4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.36%

 BLUE value IS 180 (70.7% from 255) = 49.18%

R = 5.46%
G = 45.36%
B = 49.18%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#14A6B4 (or 0x14A6B4) is known color: Pelorous. HEX triplet: 14, A6 and B4. RGB value is (20,166,180). Sum of RGB (Red+Green+Blue) = 20+166+180=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #14A6B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6B4 is #EB594B. Grayscale: #7B7B7B. Windows color (decimal): -15423820 or 11838996. OLE color: 11838996.

HSL color Cylindrical-coordinate representation of color #14A6B4: hue angle of 185.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A6B4 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 166 180 -
CMYK 0.89 0.08 0 0.29
HSL 185.25º 0.8% 0.39% -
HSV(B) 185.25º 0.89% 0.71% -
XYZ 22.16 30.72 47.94 -
YUV 123.94 159.63 53.86 -
System Red Green Blue C M Y K H S L
Decimal 20 166 180 0.89 0.08 0 0.29 185.25 0.8 0.39
Hex 14 A6 B4 59 8 0 1D B9 50 27
Octal 24 246 264 131 10 0 35 271 120 47
Binary 10100 10100110 10110100 1011001 1000 0 11101 10111001 1010000 100111

Color Harmonies of #14A6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6B4

Black with #14A6B4

Text Example


Text Example

White with #14A6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,180); }

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

background-color css

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

 a { background-color: rgb(20,166,180); }

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

border-color css

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

 span { border-color: rgb(20,166,180); }

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