#B7FAB4

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

Shades of Celadon #B7FAB4

Tints of Celadon #B7FAB4

Color information

#B7FAB4 (or 0xB7FAB4) is unknown color: approx Celadon. HEX triplet: B7, FA and B4. RGB value is (183,250,180). Sum of RGB (Red+Green+Blue) = 183+250+180=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FAB4 is #48054B. Grayscale: #DEDEDE. Windows color (decimal): -4719948 or 11860663. OLE color: 11860663.

HSL color Cylindrical-coordinate representation of color #B7FAB4: hue angle of 117.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FAB4 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB183250180-
CMYK0.2700.280.02
HSL117.43º87.5%84.31%-
HSV(B)117.43º28%98.04%-
XYZ61.9581.7355.69-
YUV221.99104.3100.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=29.85%
G=40.78%
B=29.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832501800.2700.280.02117.4387.584.31
HexB7FAB41B01C2755854
Octal267372264330342165130124
Binary1011011111111010101101001101101110010111010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAB4; }

 p { color: rgb(183,250,180); }

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

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

 a { background-color: rgb(183,250,180); }

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

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

 span { border-color: rgb(183,250,180); }

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