Html Css Color HEX #B6EDB4 Celadon

📋 copy color: '#B6EDB4'

red 182 ◦ green 237 ◦ blue 180

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

Shades of Celadon #B6EDB4

Tints of Celadon #B6EDB4

RGB

 RED value IS 182 (71.48% from 255) = 30.38%

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

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

R = 30.38%
G = 39.57%
B = 30.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#B6EDB4 (or 0xB6EDB4) is known color: Celadon. HEX triplet: B6, ED and B4. RGB value is (182,237,180). Sum of RGB (Red+Green+Blue) = 182+237+180=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDB4 is #49124B. Grayscale: #D6D6D6. Windows color (decimal): -4788812 or 11857334. OLE color: 11857334.

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

Color convert

RGB 182 237 180 -
CMYK 0.23 0 0.24 0.07
HSL 117.89º 0.61% 0.82% -
HSV(B) 117.89º 0.24% 0.93% -
XYZ 57.81 73.81 54.38 -
YUV 214.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 182 237 180 0.23 0 0.24 0.07 117.89 0.61 0.82
Hex B6 ED B4 17 0 18 7 76 3D 52
Octal 266 355 264 27 0 30 7 166 75 122
Binary 10110110 11101101 10110100 10111 0 11000 111 1110110 111101 1010010

Color Harmonies of #B6EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDB4

Black with #B6EDB4

Text Example


Text Example

White with #B6EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDB4; }

 p { color: rgb(182,237,180); }

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

background-color css

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

 a { background-color: rgb(182,237,180); }

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

border-color css

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

 span { border-color: rgb(182,237,180); }

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