Html Css Color HEX #B3FDAE Celadon

📋 copy color: '#B3FDAE'

red 179 ◦ green 253 ◦ blue 174

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

Shades of Celadon #B3FDAE

Tints of Celadon #B3FDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 29.54%
G = 41.75%
B = 28.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#B3FDAE (or 0xB3FDAE) is known color: Celadon. HEX triplet: B3, FD and AE. RGB value is (179,253,174). Sum of RGB (Red+Green+Blue) = 179+253+174=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FDAE is #4C0251. Grayscale: #DEDEDE. Windows color (decimal): -4981330 or 11468211. OLE color: 11468211.

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

Color convert

RGB 179 253 174 -
CMYK 0.29 0 0.31 0.01
HSL 116.2º 0.95% 0.84% -
HSV(B) 116.2º 0.31% 0.99% -
XYZ 61.36 82.89 52.81 -
YUV 221.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 179 253 174 0.29 0 0.31 0.01 116.2 0.95 0.84
Hex B3 FD AE 1D 0 1F 1 74 5F 54
Octal 263 375 256 35 0 37 1 164 137 124
Binary 10110011 11111101 10101110 11101 0 11111 1 1110100 1011111 1010100

Color Harmonies of #B3FDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FDAE

Black with #B3FDAE

Text Example


Text Example

White with #B3FDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FDAE; }

 p { color: rgb(179,253,174); }

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

background-color css

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

 a { background-color: rgb(179,253,174); }

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

border-color css

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

 span { border-color: rgb(179,253,174); }

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