#B0EEAF

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

Shades of Celadon #B0EEAF

Tints of Celadon #B0EEAF

Color information

#B0EEAF (or 0xB0EEAF) is unknown color: approx Celadon. HEX triplet: B0, EE and AF. RGB value is (176,238,175). Sum of RGB (Red+Green+Blue) = 176+238+175=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEAF is #4F1150. Grayscale: #D4D4D4. Windows color (decimal): -5181777 or 11529904. OLE color: 11529904.

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

Color convert

RGB176238175-
CMYK0.2600.260.07
HSL119.05º64.95%80.98%-
HSV(B)119.05º26.47%93.33%-
XYZ56.2273.4751.78-
YUV212.28106.96102.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=29.88%
G=40.41%
B=29.71%

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
Decimal1762381750.2600.260.07119.0564.9580.98
HexB0EEAF1A01A7774151
Octal260356257320327167101121
Binary10110000111011101010111111010011010111111011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEAF; }

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

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

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

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

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

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

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

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