#B2EBB4

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

Shades of Celadon #B2EBB4

Tints of Celadon #B2EBB4

Color information

#B2EBB4 (or 0xB2EBB4) is unknown color: approx Celadon. HEX triplet: B2, EB and B4. RGB value is (178,235,180). Sum of RGB (Red+Green+Blue) = 178+235+180=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBB4 is #4D144B. Grayscale: #D3D3D3. Windows color (decimal): -5051468 or 11856818. OLE color: 11856818.

HSL color Cylindrical-coordinate representation of color #B2EBB4: hue angle of 122.11º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBB4 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB178235180-
CMYK0.2400.230.08
HSL122.11º58.76%80.98%-
HSV(B)122.11º24.26%92.16%-
XYZ56.3172.1854.14-
YUV211.69110.12103.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.02%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=30.02%
G=39.63%
B=30.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351800.2400.230.08122.1158.7680.98
HexB2EBB41801787a3b51
Octal262353264300271017273121
Binary10110010111010111011010011000010111100011110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBB4; }

 p { color: rgb(178,235,180); }

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

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

 a { background-color: rgb(178,235,180); }

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

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

 span { border-color: rgb(178,235,180); }

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