#1BBEAE

Color #1BBEAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1BBEAE

Tints of Light Sea Green #1BBEAE

Color information

#1BBEAE (or 0x1BBEAE) is unknown color: approx Light Sea Green. HEX triplet: 1B, BE and AE. RGB value is (27,190,174). Sum of RGB (Red+Green+Blue) = 27+190+174=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBEAE is #E44151. Grayscale: #8B8B8B. Windows color (decimal): -14958930 or 11451931. OLE color: 11451931.

HSL color Cylindrical-coordinate representation of color #1BBEAE: hue angle of 174.11º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBEAE is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB27190174-
CMYK0.8600.080.25
HSL174.11º75.12%42.55%-
HSV(B)174.11º85.79%74.51%-
XYZ26.5140.1246.39-
YUV139.44147.547.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.91%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=6.91%
G=48.59%
B=44.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271901740.8600.080.25174.1175.1242.55
Hex1BBEAE560819ae4b2b
Octal332762561260103125611353
Binary11011101111101010111010101100100011001101011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,190,174); }

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

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

 a { background-color: rgb(27,190,174); }

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

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

 span { border-color: rgb(27,190,174); }

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