Html Css Color HEX #1EAFBE Light Sea Green

📋 copy color: '#1EAFBE'

red 30 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #1EAFBE

Tints of Light Sea Green #1EAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.3%

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

R = 7.59%
G = 44.3%
B = 48.1%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1EAFBE (or 0x1EAFBE) is known color: Light Sea Green. HEX triplet: 1E, AF and BE. RGB value is (30,175,190). Sum of RGB (Red+Green+Blue) = 30+175+190=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #1EAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFBE is #E15041. Grayscale: #858585. Windows color (decimal): -14766146 or 12496670. OLE color: 12496670.

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

Color convert

RGB 30 175 190 -
CMYK 0.84 0.08 0 0.25
HSL 185.63º 0.73% 0.43% -
HSV(B) 185.63º 0.84% 0.75% -
XYZ 25.16 34.65 54.08 -
YUV 133.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 30 175 190 0.84 0.08 0 0.25 185.63 0.73 0.43
Hex 1E AF BE 54 8 0 19 BA 49 2B
Octal 36 257 276 124 10 0 31 272 111 53
Binary 11110 10101111 10111110 1010100 1000 0 11001 10111010 1001001 101011

Color Harmonies of #1EAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFBE

Black with #1EAFBE

Text Example


Text Example

White with #1EAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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