#B1EEAF

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

Shades of Celadon #B1EEAF

Tints of Celadon #B1EEAF

Color information

#B1EEAF (or 0xB1EEAF) is unknown color: approx Celadon. HEX triplet: B1, EE and AF. RGB value is (177,238,175). Sum of RGB (Red+Green+Blue) = 177+238+175=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EEAF is #4E1150. Grayscale: #D4D4D4. Windows color (decimal): -5116241 or 11529905. OLE color: 11529905.

HSL color Cylindrical-coordinate representation of color #B1EEAF: hue angle of 118.1º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB177238175-
CMYK0.2600.260.07
HSL118.1º64.95%80.98%-
HSV(B)118.1º26.47%93.33%-
XYZ56.4473.5951.79-
YUV212.58106.79102.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=30%
G=40.34%
B=29.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381750.2600.260.07118.164.9580.98
HexB1EEAF1A01A7764151
Octal261356257320327166101121
Binary10110001111011101010111111010011010111111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEAF; }

 p { color: rgb(177,238,175); }

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

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

 a { background-color: rgb(177,238,175); }

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

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

 span { border-color: rgb(177,238,175); }

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