Html Css Color HEX #1EAFBC Light Sea Green

📋 copy color: '#1EAFBC'

red 30 ◦ green 175 ◦ blue 188

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

Shades of Light Sea Green #1EAFBC

Tints of Light Sea Green #1EAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 7.63%
G = 44.53%
B = 47.84%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1EAFBC (or 0x1EAFBC) is known color: Light Sea Green. HEX triplet: 1E, AF and BC. RGB value is (30,175,188). Sum of RGB (Red+Green+Blue) = 30+175+188=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFBC is #E15043. Grayscale: #848484. Windows color (decimal): -14766148 or 12365598. OLE color: 12365598.

HSL color Cylindrical-coordinate representation of color #1EAFBC: hue angle of 184.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAFBC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 30 175 188 -
CMYK 0.84 0.07 0 0.26
HSL 184.94º 0.72% 0.43% -
HSV(B) 184.94º 0.84% 0.74% -
XYZ 24.94 34.57 52.93 -
YUV 133.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 30 175 188 0.84 0.07 0 0.26 184.94 0.72 0.43
Hex 1E AF BC 54 7 0 1A B9 48 2B
Octal 36 257 274 124 7 0 32 271 110 53
Binary 11110 10101111 10111100 1010100 111 0 11010 10111001 1001000 101011

Color Harmonies of #1EAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFBC

Black with #1EAFBC

Text Example


Text Example

White with #1EAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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