Html Css Color HEX #1EB0BB Light Sea Green

📋 copy color: '#1EB0BB'

red 30 ◦ green 176 ◦ blue 187

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

Shades of Light Sea Green #1EB0BB

Tints of Light Sea Green #1EB0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 7.63%
G = 44.78%
B = 47.58%

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

#1EB0BB (or 0x1EB0BB) is known color: Light Sea Green. HEX triplet: 1E, B0 and BB. RGB value is (30,176,187). Sum of RGB (Red+Green+Blue) = 30+176+187=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #1EB0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0BB is #E14F44. Grayscale: #858585. Windows color (decimal): -14765893 or 12300318. OLE color: 12300318.

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

Color convert

RGB 30 176 187 -
CMYK 0.84 0.06 0 0.27
HSL 184.2º 0.72% 0.43% -
HSV(B) 184.2º 0.84% 0.73% -
XYZ 25.03 34.91 52.43 -
YUV 133.6 158.13 54.11 -
System Red Green Blue C M Y K H S L
Decimal 30 176 187 0.84 0.06 0 0.27 184.2 0.72 0.43
Hex 1E B0 BB 54 6 0 1B B8 48 2B
Octal 36 260 273 124 6 0 33 270 110 53
Binary 11110 10110000 10111011 1010100 110 0 11011 10111000 1001000 101011

Color Harmonies of #1EB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB0BB

Black with #1EB0BB

Text Example


Text Example

White with #1EB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,176,187); }

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

background-color css

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

 a { background-color: rgb(30,176,187); }

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

border-color css

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

 span { border-color: rgb(30,176,187); }

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