Html Css Color HEX #B0EFB4 Celadon

📋 copy color: '#B0EFB4'

red 176 ◦ green 239 ◦ blue 180

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

Shades of Celadon #B0EFB4

Tints of Celadon #B0EFB4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.17%

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

R = 29.58%
G = 40.17%
B = 30.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#B0EFB4 (or 0xB0EFB4) is known color: Celadon. HEX triplet: B0, EF and B4. RGB value is (176,239,180). Sum of RGB (Red+Green+Blue) = 176+239+180=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFB4 is #4F104B. Grayscale: #D5D5D5. Windows color (decimal): -5181516 or 11857840. OLE color: 11857840.

HSL color Cylindrical-coordinate representation of color #B0EFB4: hue angle of 123.81º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 180 -
CMYK 0.26 0 0.25 0.06
HSL 123.81º 0.66% 0.81% -
HSV(B) 123.81º 0.26% 0.94% -
XYZ 57.01 74.26 54.51 -
YUV 213.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 176 239 180 0.26 0 0.25 0.06 123.81 0.66 0.81
Hex B0 EF B4 1A 0 19 6 7C 42 51
Octal 260 357 264 32 0 31 6 174 102 121
Binary 10110000 11101111 10110100 11010 0 11001 110 1111100 1000010 1010001

Color Harmonies of #B0EFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFB4

Black with #B0EFB4

Text Example


Text Example

White with #B0EFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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