Html Css Color HEX #B0EBB2 Celadon

📋 copy color: '#B0EBB2'

red 176 ◦ green 235 ◦ blue 178

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

Shades of Celadon #B0EBB2

Tints of Celadon #B0EBB2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 29.88%
G = 39.9%
B = 30.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#B0EBB2 (or 0xB0EBB2) is known color: Celadon. HEX triplet: B0, EB and B2. RGB value is (176,235,178). Sum of RGB (Red+Green+Blue) = 176+235+178=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBB2 is #4F144D. Grayscale: #D3D3D3. Windows color (decimal): -5182542 or 11725744. OLE color: 11725744.

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

Color convert

RGB 176 235 178 -
CMYK 0.25 0 0.24 0.08
HSL 122.03º 0.6% 0.81% -
HSV(B) 122.03º 0.25% 0.92% -
XYZ 55.65 71.86 53.06 -
YUV 210.86 109.45 103.13 -
System Red Green Blue C M Y K H S L
Decimal 176 235 178 0.25 0 0.24 0.08 122.03 0.6 0.81
Hex B0 EB B2 19 0 18 8 7A 3C 51
Octal 260 353 262 31 0 30 10 172 74 121
Binary 10110000 11101011 10110010 11001 0 11000 1000 1111010 111100 1010001

Color Harmonies of #B0EBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBB2

Black with #B0EBB2

Text Example


Text Example

White with #B0EBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBB2; }

 p { color: rgb(176,235,178); }

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

background-color css

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

 a { background-color: rgb(176,235,178); }

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

border-color css

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

 span { border-color: rgb(176,235,178); }

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