#1BAFBE

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

Shades of Light Sea Green #1BAFBE

Tints of Light Sea Green #1BAFBE

Color information

#1BAFBE (or 0x1BAFBE) is unknown color: approx Light Sea Green. HEX triplet: 1B, AF and BE. RGB value is (27,175,190). Sum of RGB (Red+Green+Blue) = 27+175+190=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFBE is #E45041. Grayscale: #848484. Windows color (decimal): -14962754 or 12496667. OLE color: 12496667.

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

Color convert

RGB27175190-
CMYK0.860.0800.25
HSL185.52º75.12%42.55%-
HSV(B)185.52º85.79%74.51%-
XYZ25.0834.6154.07-
YUV132.46160.4752.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.89%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=6.89%
G=44.64%
B=48.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271751900.860.0800.25185.5275.1242.55
Hex1BAFBE568019ba4b2b
Octal332572761261003127211353
Binary11011101011111011111010101101000011001101110101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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