#1EABBE

Color #1EABBE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1EABBE

Tints of Pelorous #1EABBE

Color information

#1EABBE (or 0x1EABBE) is unknown color: approx Pelorous. HEX triplet: 1E, AB and BE. RGB value is (30,171,190). Sum of RGB (Red+Green+Blue) = 30+171+190=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABBE is #E15441. Grayscale: #828282. Windows color (decimal): -14767170 or 12495646. OLE color: 12495646.

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

Color convert

RGB30171190-
CMYK0.840.1000.25
HSL187.12º72.73%43.14%-
HSV(B)187.12º84.21%74.51%-
XYZ24.3933.1253.82-
YUV131.01161.2955.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.67%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=7.67%
G=43.73%
B=48.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301711900.840.1000.25187.1272.7343.14
Hex1EABBE54A019bb492b
Octal362532761241203127311153
Binary11110101010111011111010101001010011001101110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EABBE;
 }
 .AnyTagClassName
 {
   color: #1EABBE;
 }
</style>
background-color css

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

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

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

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

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

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