Html Css Color HEX #B0EEB0 Celadon

📋 copy color: '#B0EEB0'

red 176 ◦ green 238 ◦ blue 176

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

Shades of Celadon #B0EEB0

Tints of Celadon #B0EEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

 BLUE value IS 176 (69.14% from 255) = 29.83%

R = 29.83%
G = 40.34%
B = 29.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#B0EEB0 (or 0xB0EEB0) is known color: Celadon. HEX triplet: B0, EE and B0. RGB value is (176,238,176). Sum of RGB (Red+Green+Blue) = 176+238+176=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEB0 is #4F114F. Grayscale: #D4D4D4. Windows color (decimal): -5181776 or 11595440. OLE color: 11595440.

HSL color Cylindrical-coordinate representation of color #B0EEB0: hue angle of 120º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 176 -
CMYK 0.26 0 0.26 0.07
HSL 120º 0.65% 0.81% -
HSV(B) 120º 0.26% 0.93% -
XYZ 56.32 73.51 52.3 -
YUV 212.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 176 238 176 0.26 0 0.26 0.07 120 0.65 0.81
Hex B0 EE B0 1A 0 1A 7 78 41 51
Octal 260 356 260 32 0 32 7 170 101 121
Binary 10110000 11101110 10110000 11010 0 11010 111 1111000 1000001 1010001

Color Harmonies of #B0EEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEB0

Black with #B0EEB0

Text Example


Text Example

White with #B0EEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EEB0; }

 p { color: rgb(176,238,176); }

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

background-color css

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

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

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

border-color css

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

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

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