Html Css Color HEX #B0F2AF Celadon

📋 copy color: '#B0F2AF'

red 176 ◦ green 242 ◦ blue 175

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

Shades of Celadon #B0F2AF

Tints of Celadon #B0F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

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

R = 29.68%
G = 40.81%
B = 29.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#B0F2AF (or 0xB0F2AF) is known color: Celadon. HEX triplet: B0, F2 and AF. RGB value is (176,242,175). Sum of RGB (Red+Green+Blue) = 176+242+175=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2AF is #4F0D50. Grayscale: #D6D6D6. Windows color (decimal): -5180753 or 11530928. OLE color: 11530928.

HSL color Cylindrical-coordinate representation of color #B0F2AF: hue angle of 119.1º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F2AF is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 175 -
CMYK 0.27 0 0.28 0.05
HSL 119.1º 0.72% 0.82% -
HSV(B) 119.1º 0.28% 0.95% -
XYZ 57.39 75.83 52.17 -
YUV 214.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 176 242 175 0.27 0 0.28 0.05 119.1 0.72 0.82
Hex B0 F2 AF 1B 0 1C 5 77 48 52
Octal 260 362 257 33 0 34 5 167 110 122
Binary 10110000 11110010 10101111 11011 0 11100 101 1110111 1001000 1010010

Color Harmonies of #B0F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2AF

Black with #B0F2AF

Text Example


Text Example

White with #B0F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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