Html Css Color HEX #B0FDAB Celadon

📋 copy color: '#B0FDAB'

red 176 ◦ green 253 ◦ blue 171

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

Shades of Celadon #B0FDAB

Tints of Celadon #B0FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

 BLUE value IS 171 (67.19% from 255) = 28.5%

R = 29.33%
G = 42.17%
B = 28.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#B0FDAB (or 0xB0FDAB) is known color: Celadon. HEX triplet: B0, FD and AB. RGB value is (176,253,171). Sum of RGB (Red+Green+Blue) = 176+253+171=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDAB is #4F0254. Grayscale: #DCDCDC. Windows color (decimal): -5177941 or 11271600. OLE color: 11271600.

HSL color Cylindrical-coordinate representation of color #B0FDAB: hue angle of 116.34º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FDAB is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 171 -
CMYK 0.30 0 0.32 0.01
HSL 116.34º 0.95% 0.83% -
HSV(B) 116.34º 0.32% 0.99% -
XYZ 60.38 82.42 51.25 -
YUV 220.63 99.99 96.17 -
System Red Green Blue C M Y K H S L
Decimal 176 253 171 0.30 0 0.32 0.01 116.34 0.95 0.83
Hex B0 FD AB 1E 0 20 1 74 5F 53
Octal 260 375 253 36 0 40 1 164 137 123
Binary 10110000 11111101 10101011 11110 0 100000 1 1110100 1011111 1010011

Color Harmonies of #B0FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDAB

Black with #B0FDAB

Text Example


Text Example

White with #B0FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDAB; }

 p { color: rgb(176,253,171); }

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

background-color css

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

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

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

border-color css

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

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

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