#B3DAB5

Color #B3DAB5 Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #B3DAB5

Tints of Surf #B3DAB5

Color information

#B3DAB5 (or 0xB3DAB5) is unknown color: approx Surf. HEX triplet: B3, DA and B5. RGB value is (179,218,181). Sum of RGB (Red+Green+Blue) = 179+218+181=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAB5 is #4C254A. Grayscale: #CACACA. Windows color (decimal): -4990283 or 11918003. OLE color: 11918003.

HSL color Cylindrical-coordinate representation of color #B3DAB5: hue angle of 123.08º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DAB5 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB179218181-
CMYK0.1800.170.15
HSL123.08º34.51%77.84%-
HSV(B)123.08º17.89%85.49%-
XYZ5263.0653.15-
YUV202.12116.08111.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=30.97%
G=37.72%
B=31.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181810.1800.170.15123.0834.5177.84
HexB3DAB512011F7b234e
Octal263332265220211717343116
Binary10110011110110101011010110010010001111111110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAB5; }

 p { color: rgb(179,218,181); }

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

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

 a { background-color: rgb(179,218,181); }

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

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

 span { border-color: rgb(179,218,181); }

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