#B5EBB4

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

Shades of Celadon #B5EBB4

Tints of Celadon #B5EBB4

Color information

#B5EBB4 (or 0xB5EBB4) is unknown color: approx Celadon. HEX triplet: B5, EB and B4. RGB value is (181,235,180). Sum of RGB (Red+Green+Blue) = 181+235+180=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBB4 is #4A144B. Grayscale: #D4D4D4. Windows color (decimal): -4854860 or 11856821. OLE color: 11856821.

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

Color convert

RGB181235180-
CMYK0.2300.230.08
HSL118.91º57.89%81.37%-
HSV(B)118.91º23.4%92.16%-
XYZ5772.5454.18-
YUV212.58109.61105.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.37%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=30.37%
G=39.43%
B=30.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812351800.2300.230.08118.9157.8981.37
HexB5EBB4170178773a51
Octal265353264270271016772121
Binary10110101111010111011010010111010111100011101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBB4; }

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

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

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

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

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

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

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

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