Html Css Color HEX #1EAFBA Light Sea Green

📋 copy color: '#1EAFBA'

red 30 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #1EAFBA

Tints of Light Sea Green #1EAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 7.67%
G = 44.76%
B = 47.57%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EAFBA (or 0x1EAFBA) is known color: Light Sea Green. HEX triplet: 1E, AF and BA. RGB value is (30,175,186). Sum of RGB (Red+Green+Blue) = 30+175+186=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFBA is #E15045. Grayscale: #848484. Windows color (decimal): -14766150 or 12234526. OLE color: 12234526.

HSL color Cylindrical-coordinate representation of color #1EAFBA: hue angle of 184.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAFBA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 30 175 186 -
CMYK 0.84 0.06 0 0.27
HSL 184.23º 0.72% 0.42% -
HSV(B) 184.23º 0.84% 0.73% -
XYZ 24.73 34.48 51.81 -
YUV 132.9 157.96 54.61 -
System Red Green Blue C M Y K H S L
Decimal 30 175 186 0.84 0.06 0 0.27 184.23 0.72 0.42
Hex 1E AF BA 54 6 0 1B B8 48 2A
Octal 36 257 272 124 6 0 33 270 110 52
Binary 11110 10101111 10111010 1010100 110 0 11011 10111000 1001000 101010

Color Harmonies of #1EAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFBA

Black with #1EAFBA

Text Example


Text Example

White with #1EAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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