Html Css Color HEX #1EA2BE Pelorous

📋 copy color: '#1EA2BE'

red 30 ◦ green 162 ◦ blue 190

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

Shades of Pelorous #1EA2BE

Tints of Pelorous #1EA2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

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

R = 7.85%
G = 42.41%
B = 49.74%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1EA2BE (or 0x1EA2BE) is known color: Pelorous. HEX triplet: 1E, A2 and BE. RGB value is (30,162,190). Sum of RGB (Red+Green+Blue) = 30+162+190=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA2BE is #E15D41. Grayscale: #7D7D7D. Windows color (decimal): -14769474 or 12493342. OLE color: 12493342.

HSL color Cylindrical-coordinate representation of color #1EA2BE: hue angle of 190.5º 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 #1EA2BE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 162 190 -
CMYK 0.84 0.15 0 0.25
HSL 190.5º 0.73% 0.43% -
HSV(B) 190.5º 0.84% 0.75% -
XYZ 22.75 29.83 53.27 -
YUV 125.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 30 162 190 0.84 0.15 0 0.25 190.5 0.73 0.43
Hex 1E A2 BE 54 F 0 19 BE 49 2B
Octal 36 242 276 124 17 0 31 276 111 53
Binary 11110 10100010 10111110 1010100 1111 0 11001 10111110 1001001 101011

Color Harmonies of #1EA2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA2BE

Black with #1EA2BE

Text Example


Text Example

White with #1EA2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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