Html Css Color HEX #1EA0BE Pelorous

📋 copy color: '#1EA0BE'

red 30 ◦ green 160 ◦ blue 190

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

Shades of Pelorous #1EA0BE

Tints of Pelorous #1EA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.11%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 7.89%
G = 42.11%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1EA0BE (or 0x1EA0BE) is known color: Pelorous. HEX triplet: 1E, A0 and BE. RGB value is (30,160,190). Sum of RGB (Red+Green+Blue) = 30+160+190=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA0BE is #E15F41. Grayscale: #7C7C7C. Windows color (decimal): -14769986 or 12492830. OLE color: 12492830.

HSL color Cylindrical-coordinate representation of color #1EA0BE: hue angle of 191.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA0BE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 160 190 -
CMYK 0.84 0.16 0 0.25
HSL 191.25º 0.73% 0.43% -
HSV(B) 191.25º 0.84% 0.75% -
XYZ 22.4 29.14 53.16 -
YUV 124.55 164.93 60.56 -
System Red Green Blue C M Y K H S L
Decimal 30 160 190 0.84 0.16 0 0.25 191.25 0.73 0.43
Hex 1E A0 BE 54 10 0 19 BF 49 2B
Octal 36 240 276 124 20 0 31 277 111 53
Binary 11110 10100000 10111110 1010100 10000 0 11001 10111111 1001001 101011

Color Harmonies of #1EA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA0BE

Black with #1EA0BE

Text Example


Text Example

White with #1EA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,160,190); }

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

background-color css

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

 a { background-color: rgb(30,160,190); }

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

border-color css

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

 span { border-color: rgb(30,160,190); }

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