Html Css Color HEX #1EA7B5 Pelorous

📋 copy color: '#1EA7B5'

red 30 ◦ green 167 ◦ blue 181

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

Shades of Pelorous #1EA7B5

Tints of Pelorous #1EA7B5

RGB

 RED value IS 30 (12.11% from 255) = 7.94%

 GREEN value IS 167 (65.63% from 255) = 44.18%

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 7.94%
G = 44.18%
B = 47.88%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1EA7B5 (or 0x1EA7B5) is known color: Pelorous. HEX triplet: 1E, A7 and B5. RGB value is (30,167,181). Sum of RGB (Red+Green+Blue) = 30+167+181=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #1EA7B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA7B5 is #E1584A. Grayscale: #7F7F7F. Windows color (decimal): -14768203 or 11904798. OLE color: 11904798.

HSL color Cylindrical-coordinate representation of color #1EA7B5: hue angle of 185.56º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA7B5 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 30 167 181 -
CMYK 0.83 0.08 0 0.29
HSL 185.56º 0.72% 0.41% -
HSV(B) 185.56º 0.83% 0.71% -
XYZ 22.69 31.25 48.55 -
YUV 127.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 30 167 181 0.83 0.08 0 0.29 185.56 0.72 0.41
Hex 1E A7 B5 53 8 0 1D BA 48 29
Octal 36 247 265 123 10 0 35 272 110 51
Binary 11110 10100111 10110101 1010011 1000 0 11101 10111010 1001000 101001

Color Harmonies of #1EA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA7B5

Black with #1EA7B5

Text Example


Text Example

White with #1EA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,167,181); }

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

background-color css

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

 a { background-color: rgb(30,167,181); }

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

border-color css

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

 span { border-color: rgb(30,167,181); }

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