Html Css Color HEX #149CAC Pelorous

📋 copy color: '#149CAC'

red 20 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #149CAC

Tints of Pelorous #149CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 5.75%
G = 44.83%
B = 49.43%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149CAC (or 0x149CAC) is known color: Pelorous. HEX triplet: 14, 9C and AC. RGB value is (20,156,172). Sum of RGB (Red+Green+Blue) = 20+156+172=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #149CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CAC is #EB6353. Grayscale: #747474. Windows color (decimal): -15426388 or 11312148. OLE color: 11312148.

HSL color Cylindrical-coordinate representation of color #149CAC: hue angle of 186.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149CAC is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 156 172 -
CMYK 0.88 0.09 0 0.33
HSL 186.32º 0.79% 0.38% -
HSV(B) 186.32º 0.88% 0.67% -
XYZ 19.62 26.9 43.19 -
YUV 117.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 20 156 172 0.88 0.09 0 0.33 186.32 0.79 0.38
Hex 14 9C AC 58 9 0 21 BA 4F 26
Octal 24 234 254 130 11 0 41 272 117 46
Binary 10100 10011100 10101100 1011000 1001 0 100001 10111010 1001111 100110

Color Harmonies of #149CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CAC

Black with #149CAC

Text Example


Text Example

White with #149CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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