Html Css Color HEX #ABFDAF Celadon

📋 copy color: '#ABFDAF'

red 171 ◦ green 253 ◦ blue 175

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

Shades of Celadon #ABFDAF

Tints of Celadon #ABFDAF

RGB

 RED value IS 171 (67.19% from 255) = 28.55%

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

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 28.55%
G = 42.24%
B = 29.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#ABFDAF (or 0xABFDAF) is known color: Celadon. HEX triplet: AB, FD and AF. RGB value is (171,253,175). Sum of RGB (Red+Green+Blue) = 171+253+175=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFDAF is #540250. Grayscale: #DBDBDB. Windows color (decimal): -5505617 or 11533739. OLE color: 11533739.

HSL color Cylindrical-coordinate representation of color #ABFDAF: hue angle of 122.93º 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 #ABFDAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 175 -
CMYK 0.32 0 0.31 0.01
HSL 122.93º 0.95% 0.83% -
HSV(B) 122.93º 0.32% 0.99% -
XYZ 59.66 82 53.24 -
YUV 219.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 171 253 175 0.32 0 0.31 0.01 122.93 0.95 0.83
Hex AB FD AF 20 0 1F 1 7B 5F 53
Octal 253 375 257 40 0 37 1 173 137 123
Binary 10101011 11111101 10101111 100000 0 11111 1 1111011 1011111 1010011

Color Harmonies of #ABFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDAF

Black with #ABFDAF

Text Example


Text Example

White with #ABFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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