#B0FDAD

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

Shades of Celadon #B0FDAD

Tints of Celadon #B0FDAD

Color information

#B0FDAD (or 0xB0FDAD) is unknown color: approx Celadon. HEX triplet: B0, FD and AD. RGB value is (176,253,173). Sum of RGB (Red+Green+Blue) = 176+253+173=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDAD is #4F0252. Grayscale: #DDDDDD. Windows color (decimal): -5177939 or 11402672. OLE color: 11402672.

HSL color Cylindrical-coordinate representation of color #B0FDAD: hue angle of 117.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FDAD is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB176253173-
CMYK0.3000.320.01
HSL117.75º95.24%83.53%-
HSV(B)117.75º31.62%99.22%-
XYZ60.5782.552.27-
YUV220.86100.9996-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=29.24%
G=42.03%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531730.3000.320.01117.7595.2483.53
HexB0FDAD1E0201765f54
Octal260375255360401166137124
Binary1011000011111101101011011111001000001111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDAD; }

 p { color: rgb(176,253,173); }

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

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

 a { background-color: rgb(176,253,173); }

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

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

 span { border-color: rgb(176,253,173); }

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