#B1EEB2

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

Shades of Celadon #B1EEB2

Tints of Celadon #B1EEB2

Color information

#B1EEB2 (or 0xB1EEB2) is unknown color: approx Celadon. HEX triplet: B1, EE and B2. RGB value is (177,238,178). Sum of RGB (Red+Green+Blue) = 177+238+178=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EEB2 is #4E114D. Grayscale: #D5D5D5. Windows color (decimal): -5116238 or 11726513. OLE color: 11726513.

HSL color Cylindrical-coordinate representation of color #B1EEB2: hue angle of 120.98º degrees, saturation: 0.64, 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 #B1EEB2 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB177238178-
CMYK0.2600.250.07
HSL120.98º64.21%81.37%-
HSV(B)120.98º25.63%93.33%-
XYZ56.7473.7153.36-
YUV212.92108.29102.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.85%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=29.85%
G=40.13%
B=30.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381780.2600.250.07120.9864.2181.37
HexB1EEB21A0197794051
Octal261356262320317171100121
Binary10110001111011101011001011010011001111111100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEB2; }

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

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

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

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

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

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

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

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