Html Css Color HEX #148BAA Pelorous

📋 copy color: '#148BAA'

red 20 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #148BAA

Tints of Pelorous #148BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.25%

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 6.08%
G = 42.25%
B = 51.67%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#148BAA (or 0x148BAA) is known color: Pelorous. HEX triplet: 14, 8B and AA. RGB value is (20,139,170). Sum of RGB (Red+Green+Blue) = 20+139+170=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #148BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BAA is #EB7455. Grayscale: #6A6A6A. Windows color (decimal): -15430742 or 11176724. OLE color: 11176724.

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

Color convert

RGB 20 139 170 -
CMYK 0.88 0.18 0 0.33
HSL 192.4º 0.79% 0.37% -
HSV(B) 192.4º 0.88% 0.67% -
XYZ 16.78 21.52 41.3 -
YUV 106.95 163.58 65.98 -
System Red Green Blue C M Y K H S L
Decimal 20 139 170 0.88 0.18 0 0.33 192.4 0.79 0.37
Hex 14 8B AA 58 12 0 21 C0 4F 25
Octal 24 213 252 130 22 0 41 300 117 45
Binary 10100 10001011 10101010 1011000 10010 0 100001 11000000 1001111 100101

Color Harmonies of #148BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BAA

Black with #148BAA

Text Example


Text Example

White with #148BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148BAA; }

 p { color: rgb(20,139,170); }

 H1.HeaderClassName
 {
   color: #148BAA;
 }
 .AnyTagClassName
 {
   color: #148BAA;
 }
</style>

background-color css

<style>
 a { background-color: #148BAA; }

 a { background-color: rgb(20,139,170); }

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

border-color css

<style>
 span { border-color: #148BAA; }

 span { border-color: rgb(20,139,170); }

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