Html Css Color HEX #B0EEB4 Celadon

📋 copy color: '#B0EEB4'

red 176 ◦ green 238 ◦ blue 180

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

Shades of Celadon #B0EEB4

Tints of Celadon #B0EEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.3%

R = 29.63%
G = 40.07%
B = 30.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#B0EEB4 (or 0xB0EEB4) is known color: Celadon. HEX triplet: B0, EE and B4. RGB value is (176,238,180). Sum of RGB (Red+Green+Blue) = 176+238+180=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEB4 is #4F114B. Grayscale: #D5D5D5. Windows color (decimal): -5181772 or 11857584. OLE color: 11857584.

HSL color Cylindrical-coordinate representation of color #B0EEB4: hue angle of 123.87º 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 #B0EEB4 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 180 -
CMYK 0.26 0 0.24 0.07
HSL 123.87º 0.65% 0.81% -
HSV(B) 123.87º 0.26% 0.93% -
XYZ 56.72 73.67 54.41 -
YUV 212.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 176 238 180 0.26 0 0.24 0.07 123.87 0.65 0.81
Hex B0 EE B4 1A 0 18 7 7C 41 51
Octal 260 356 264 32 0 30 7 174 101 121
Binary 10110000 11101110 10110100 11010 0 11000 111 1111100 1000001 1010001

Color Harmonies of #B0EEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEB4

Black with #B0EEB4

Text Example


Text Example

White with #B0EEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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