#B7EAB6

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

Shades of Celadon #B7EAB6

Tints of Celadon #B7EAB6

Color information

#B7EAB6 (or 0xB7EAB6) is unknown color: approx Celadon. HEX triplet: B7, EA and B6. RGB value is (183,234,182). Sum of RGB (Red+Green+Blue) = 183+234+182=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAB6 is #481549. Grayscale: #D4D4D4. Windows color (decimal): -4724042 or 11987639. OLE color: 11987639.

HSL color Cylindrical-coordinate representation of color #B7EAB6: hue angle of 118.85º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EAB6 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB183234182-
CMYK0.2200.220.08
HSL118.85º55.32%81.57%-
HSV(B)118.85º22.22%91.76%-
XYZ57.3972.2955.18-
YUV212.82110.6106.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 182 (71.48% from 255) = 30.38%
R=30.55%
G=39.07%
B=30.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832341820.2200.220.08118.8555.3281.57
HexB7EAB6160168773752
Octal267352266260261016767122
Binary10110111111010101011011010110010110100011101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAB6; }

 p { color: rgb(183,234,182); }

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

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

 a { background-color: rgb(183,234,182); }

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

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

 span { border-color: rgb(183,234,182); }

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