Html Css Color HEX #148DAB Pelorous

📋 copy color: '#148DAB'

red 20 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #148DAB

Tints of Pelorous #148DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 6.02%
G = 42.47%
B = 51.51%

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

#148DAB (or 0x148DAB) is known color: Pelorous. HEX triplet: 14, 8D and AB. RGB value is (20,141,171). Sum of RGB (Red+Green+Blue) = 20+141+171=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #148DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148DAB is #EB7254. Grayscale: #6C6C6C. Windows color (decimal): -15430229 or 11242772. OLE color: 11242772.

HSL color Cylindrical-coordinate representation of color #148DAB: hue angle of 191.92º 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 #148DAB is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 141 171 -
CMYK 0.88 0.18 0 0.33
HSL 191.92º 0.79% 0.37% -
HSV(B) 191.92º 0.88% 0.67% -
XYZ 17.16 22.14 41.9 -
YUV 108.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 20 141 171 0.88 0.18 0 0.33 191.92 0.79 0.37
Hex 14 8D AB 58 12 0 21 C0 4F 25
Octal 24 215 253 130 22 0 41 300 117 45
Binary 10100 10001101 10101011 1011000 10010 0 100001 11000000 1001111 100101

Color Harmonies of #148DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DAB

Black with #148DAB

Text Example


Text Example

White with #148DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,141,171); }

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

background-color css

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

 a { background-color: rgb(20,141,171); }

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

border-color css

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

 span { border-color: rgb(20,141,171); }

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