Html Css Color HEX #B0F4AE Celadon

📋 copy color: '#B0F4AE'

red 176 ◦ green 244 ◦ blue 174

#B0F4AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B0F4AE

Tints of Celadon #B0F4AE

RGB

 RED value IS 176 (69.14% from 255) = 29.63%

 GREEN value IS 244 (95.7% from 255) = 41.08%

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 29.63%
G = 41.08%
B = 29.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#B0F4AE (or 0xB0F4AE) is known color: Celadon. HEX triplet: B0, F4 and AE. RGB value is (176,244,174). Sum of RGB (Red+Green+Blue) = 176+244+174=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F4AE is #4F0B51. Grayscale: #D7D7D7. Windows color (decimal): -5180242 or 11465904. OLE color: 11465904.

HSL color Cylindrical-coordinate representation of color #B0F4AE: hue angle of 118.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F4AE is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 174 -
CMYK 0.28 0 0.29 0.04
HSL 118.29º 0.76% 0.82% -
HSV(B) 118.29º 0.29% 0.96% -
XYZ 57.9 76.99 51.85 -
YUV 215.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 176 244 174 0.28 0 0.29 0.04 118.29 0.76 0.82
Hex B0 F4 AE 1C 0 1D 4 76 4C 52
Octal 260 364 256 34 0 35 4 166 114 122
Binary 10110000 11110100 10101110 11100 0 11101 100 1110110 1001100 1010010

Color Harmonies of #B0F4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4AE

Black with #B0F4AE

Text Example


Text Example

White with #B0F4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4AE; }

 p { color: rgb(176,244,174); }

 H1.HeaderClassName
 {
   color: #B0F4AE;
 }
 .AnyTagClassName
 {
   color: #B0F4AE;
 }
</style>

background-color css

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

 a { background-color: rgb(176,244,174); }

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

border-color css

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

 span { border-color: rgb(176,244,174); }

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