Html Css Color HEX #B0EAAF Celadon

📋 copy color: '#B0EAAF'

red 176 ◦ green 234 ◦ blue 175

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

Shades of Celadon #B0EAAF

Tints of Celadon #B0EAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 30.09%
G = 40%
B = 29.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#B0EAAF (or 0xB0EAAF) is known color: Celadon. HEX triplet: B0, EA and AF. RGB value is (176,234,175). Sum of RGB (Red+Green+Blue) = 176+234+175=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAAF is #4F1550. Grayscale: #D2D2D2. Windows color (decimal): -5182801 or 11528880. OLE color: 11528880.

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

Color convert

RGB 176 234 175 -
CMYK 0.25 0 0.25 0.08
HSL 118.98º 0.58% 0.8% -
HSV(B) 118.98º 0.25% 0.92% -
XYZ 55.07 71.17 51.39 -
YUV 209.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 176 234 175 0.25 0 0.25 0.08 118.98 0.58 0.8
Hex B0 EA AF 19 0 19 8 77 3A 50
Octal 260 352 257 31 0 31 10 167 72 120
Binary 10110000 11101010 10101111 11001 0 11001 1000 1110111 111010 1010000

Color Harmonies of #B0EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAAF

Black with #B0EAAF

Text Example


Text Example

White with #B0EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAAF; }

 p { color: rgb(176,234,175); }

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

background-color css

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

 a { background-color: rgb(176,234,175); }

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

border-color css

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

 span { border-color: rgb(176,234,175); }

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