#B3E4B4

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

Shades of Celadon #B3E4B4

Tints of Celadon #B3E4B4

Color information

#B3E4B4 (or 0xB3E4B4) is unknown color: approx Celadon. HEX triplet: B3, E4 and B4. RGB value is (179,228,180). Sum of RGB (Red+Green+Blue) = 179+228+180=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4B4 is #4C1B4B. Grayscale: #D0D0D0. Windows color (decimal): -4987724 or 11855027. OLE color: 11855027.

HSL color Cylindrical-coordinate representation of color #B3E4B4: hue angle of 121.22º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E4B4 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB179228180-
CMYK0.2100.210.11
HSL121.22º47.57%79.8%-
HSV(B)121.22º21.49%89.41%-
XYZ54.5768.3753.5-
YUV207.88112.27107.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=30.49%
G=38.84%
B=30.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792281800.2100.210.11121.2247.5779.8
HexB3E4B415015B793050
Octal263344264250251317160120
Binary10110011111001001011010010101010101101111110011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E4B4; }

 p { color: rgb(179,228,180); }

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

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

 a { background-color: rgb(179,228,180); }

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

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

 span { border-color: rgb(179,228,180); }

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