Html Css Color HEX #B3EDB1 Celadon

📋 copy color: '#B3EDB1'

red 179 ◦ green 237 ◦ blue 177

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

Shades of Celadon #B3EDB1

Tints of Celadon #B3EDB1

RGB

 RED value IS 179 (70.31% from 255) = 30.19%

 GREEN value IS 237 (92.97% from 255) = 39.97%

 BLUE value IS 177 (69.53% from 255) = 29.85%

R = 30.19%
G = 39.97%
B = 29.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#B3EDB1 (or 0xB3EDB1) is known color: Celadon. HEX triplet: B3, ED and B1. RGB value is (179,237,177). Sum of RGB (Red+Green+Blue) = 179+237+177=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EDB1 is #4C124E. Grayscale: #D4D4D4. Windows color (decimal): -4985423 or 11660723. OLE color: 11660723.

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

Color convert

RGB 179 237 177 -
CMYK 0.24 0 0.25 0.07
HSL 118º 0.63% 0.81% -
HSV(B) 118º 0.25% 0.93% -
XYZ 56.81 73.33 52.75 -
YUV 212.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 179 237 177 0.24 0 0.25 0.07 118 0.63 0.81
Hex B3 ED B1 18 0 19 7 76 3E 51
Octal 263 355 261 30 0 31 7 166 76 121
Binary 10110011 11101101 10110001 11000 0 11001 111 1110110 111110 1010001

Color Harmonies of #B3EDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EDB1

Black with #B3EDB1

Text Example


Text Example

White with #B3EDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EDB1; }

 p { color: rgb(179,237,177); }

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

background-color css

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

 a { background-color: rgb(179,237,177); }

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

border-color css

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

 span { border-color: rgb(179,237,177); }

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