Html Css Color HEX #AFF6AB Celadon

📋 copy color: '#AFF6AB'

red 175 ◦ green 246 ◦ blue 171

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

Shades of Celadon #AFF6AB

Tints of Celadon #AFF6AB

RGB

 RED value IS 175 (68.75% from 255) = 29.56%

 GREEN value IS 246 (96.48% from 255) = 41.55%

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

R = 29.56%
G = 41.55%
B = 28.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#AFF6AB (or 0xAFF6AB) is known color: Celadon. HEX triplet: AF, F6 and AB. RGB value is (175,246,171). Sum of RGB (Red+Green+Blue) = 175+246+171=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF6AB is #500954. Grayscale: #D8D8D8. Windows color (decimal): -5245269 or 11269807. OLE color: 11269807.

HSL color Cylindrical-coordinate representation of color #AFF6AB: hue angle of 116.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF6AB is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 171 -
CMYK 0.29 0 0.30 0.04
HSL 116.8º 0.81% 0.82% -
HSV(B) 116.8º 0.3% 0.96% -
XYZ 57.99 77.97 50.52 -
YUV 216.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 175 246 171 0.29 0 0.30 0.04 116.8 0.81 0.82
Hex AF F6 AB 1D 0 1E 4 75 51 52
Octal 257 366 253 35 0 36 4 165 121 122
Binary 10101111 11110110 10101011 11101 0 11110 100 1110101 1010001 1010010

Color Harmonies of #AFF6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6AB

Black with #AFF6AB

Text Example


Text Example

White with #AFF6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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