Html Css Color HEX #149CAF Pelorous

📋 copy color: '#149CAF'

red 20 ◦ green 156 ◦ blue 175

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

Shades of Pelorous #149CAF

Tints of Pelorous #149CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

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

R = 5.7%
G = 44.44%
B = 49.86%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#149CAF (or 0x149CAF) is known color: Pelorous. HEX triplet: 14, 9C and AF. RGB value is (20,156,175). Sum of RGB (Red+Green+Blue) = 20+156+175=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #149CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CAF is #EB6350. Grayscale: #757575. Windows color (decimal): -15426385 or 11508756. OLE color: 11508756.

HSL color Cylindrical-coordinate representation of color #149CAF: hue angle of 187.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149CAF is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 156 175 -
CMYK 0.89 0.11 0 0.31
HSL 187.35º 0.79% 0.38% -
HSV(B) 187.35º 0.89% 0.69% -
XYZ 19.91 27.02 44.72 -
YUV 117.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 20 156 175 0.89 0.11 0 0.31 187.35 0.79 0.38
Hex 14 9C AF 59 B 0 1F BB 4F 26
Octal 24 234 257 131 13 0 37 273 117 46
Binary 10100 10011100 10101111 1011001 1011 0 11111 10111011 1001111 100110

Color Harmonies of #149CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CAF

Black with #149CAF

Text Example


Text Example

White with #149CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149CAF; }

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

 H1.HeaderClassName
 {
   color: #149CAF;
 }
 .AnyTagClassName
 {
   color: #149CAF;
 }
</style>

background-color css

<style>
 a { background-color: #149CAF; }

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

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

border-color css

<style>
 span { border-color: #149CAF; }

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

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