Html Css Color HEX #1F9EAB Pelorous

📋 copy color: '#1F9EAB'

red 31 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #1F9EAB

Tints of Pelorous #1F9EAB

RGB

 RED value IS 31 (12.5% from 255) = 8.61%

 GREEN value IS 158 (62.11% from 255) = 43.89%

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

R = 8.61%
G = 43.89%
B = 47.5%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F9EAB (or 0x1F9EAB) is known color: Pelorous. HEX triplet: 1F, 9E and AB. RGB value is (31,158,171). Sum of RGB (Red+Green+Blue) = 31+158+171=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F9EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9EAB is #E06154. Grayscale: #797979. Windows color (decimal): -14704981 or 11247135. OLE color: 11247135.

HSL color Cylindrical-coordinate representation of color #1F9EAB: hue angle of 185.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F9EAB is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 158 171 -
CMYK 0.82 0.08 0 0.33
HSL 185.57º 0.69% 0.4% -
HSV(B) 185.57º 0.82% 0.67% -
XYZ 20.14 27.69 42.81 -
YUV 121.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 31 158 171 0.82 0.08 0 0.33 185.57 0.69 0.4
Hex 1F 9E AB 52 8 0 21 BA 45 28
Octal 37 236 253 122 10 0 41 272 105 50
Binary 11111 10011110 10101011 1010010 1000 0 100001 10111010 1000101 101000

Color Harmonies of #1F9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EAB

Black with #1F9EAB

Text Example


Text Example

White with #1F9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9EAB; }

 p { color: rgb(31,158,171); }

 H1.HeaderClassName
 {
   color: #1F9EAB;
 }
 .AnyTagClassName
 {
   color: #1F9EAB;
 }
</style>

background-color css

<style>
 a { background-color: #1F9EAB; }

 a { background-color: rgb(31,158,171); }

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

border-color css

<style>
 span { border-color: #1F9EAB; }

 span { border-color: rgb(31,158,171); }

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