Html Css Color HEX #B0FFAE Celadon

📋 copy color: '#B0FFAE'

red 176 ◦ green 255 ◦ blue 174

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

Shades of Celadon #B0FFAE

Tints of Celadon #B0FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 42.15%

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

R = 29.09%
G = 42.15%
B = 28.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#B0FFAE (or 0xB0FFAE) is known color: Celadon. HEX triplet: B0, FF and AE. RGB value is (176,255,174). Sum of RGB (Red+Green+Blue) = 176+255+174=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAE is #4F0051. Grayscale: #DEDEDE. Windows color (decimal): -5177426 or 11468720. OLE color: 11468720.

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

Color convert

RGB 176 255 174 -
CMYK 0.31 0 0.32 0
HSL 118.52º 1% 0.84% -
HSV(B) 118.52º 0.32% 1% -
XYZ 61.3 83.81 52.99 -
YUV 222.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 176 255 174 0.31 0 0.32 0 118.52 1 0.84
Hex B0 FF AE 1F 0 20 0 77 64 54
Octal 260 377 256 37 0 40 0 167 144 124
Binary 10110000 11111111 10101110 11111 0 100000 0 1110111 1100100 1010100

Color Harmonies of #B0FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFAE

Black with #B0FFAE

Text Example


Text Example

White with #B0FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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