#1BB4BE

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

Shades of Light Sea Green #1BB4BE

Tints of Light Sea Green #1BB4BE

Color information

#1BB4BE (or 0x1BB4BE) is unknown color: approx Light Sea Green. HEX triplet: 1B, B4 and BE. RGB value is (27,180,190). Sum of RGB (Red+Green+Blue) = 27+180+190=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BB4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB4BE is #E44B41. Grayscale: #878787. Windows color (decimal): -14961474 or 12497947. OLE color: 12497947.

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

Color convert

RGB27180190-
CMYK0.860.0500.25
HSL183.68º75.12%42.55%-
HSV(B)183.68º85.79%74.51%-
XYZ26.0736.5954.4-
YUV135.39158.8150.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.80%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=6.80%
G=45.34%
B=47.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271801900.860.0500.25183.6875.1242.55
Hex1BB4BE565019b84b2b
Octal33264276126503127011353
Binary1101110110100101111101010110101011001101110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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