#1BACA0

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

Shades of Light Sea Green #1BACA0

Tints of Light Sea Green #1BACA0

Color information

#1BACA0 (or 0x1BACA0) is unknown color: approx Light Sea Green. HEX triplet: 1B, AC and A0. RGB value is (27,172,160). Sum of RGB (Red+Green+Blue) = 27+172+160=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #1BACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BACA0 is #E4535F. Grayscale: #7F7F7F. Windows color (decimal): -14963552 or 10529819. OLE color: 10529819.

HSL color Cylindrical-coordinate representation of color #1BACA0: hue angle of 175.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BACA0 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB27172160-
CMYK0.8400.070.33
HSL175.03º72.86%39.02%-
HSV(B)175.03º84.3%67.45%-
XYZ21.5532.2838.35-
YUV127.28146.4656.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.52%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=7.52%
G=47.91%
B=44.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271721600.8400.070.33175.0372.8639.02
Hex1BACA0540721af4927
Octal33254240124074125711147
Binary11011101011001010000010101000111100001101011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,172,160); }

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

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

 a { background-color: rgb(27,172,160); }

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

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

 span { border-color: rgb(27,172,160); }

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