Html Css Color HEX #AFF9B3 Celadon

📋 copy color: '#AFF9B3'

red 175 ◦ green 249 ◦ blue 179

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

Shades of Celadon #AFF9B3

Tints of Celadon #AFF9B3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

 BLUE value IS 179 (70.31% from 255) = 29.68%

R = 29.02%
G = 41.29%
B = 29.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#AFF9B3 (or 0xAFF9B3) is known color: Celadon. HEX triplet: AF, F9 and B3. RGB value is (175,249,179). Sum of RGB (Red+Green+Blue) = 175+249+179=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B3 is #50064C. Grayscale: #DBDBDB. Windows color (decimal): -5244493 or 11794863. OLE color: 11794863.

HSL color Cylindrical-coordinate representation of color #AFF9B3: hue angle of 123.24º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9B3 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 179 -
CMYK 0.30 0 0.28 0.02
HSL 123.24º 0.86% 0.83% -
HSV(B) 123.24º 0.3% 0.98% -
XYZ 59.69 80.12 54.97 -
YUV 218.89 105.48 96.69 -
System Red Green Blue C M Y K H S L
Decimal 175 249 179 0.30 0 0.28 0.02 123.24 0.86 0.83
Hex AF F9 B3 1E 0 1C 2 7B 56 53
Octal 257 371 263 36 0 34 2 173 126 123
Binary 10101111 11111001 10110011 11110 0 11100 10 1111011 1010110 1010011

Color Harmonies of #AFF9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B3

Black with #AFF9B3

Text Example


Text Example

White with #AFF9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9B3; }

 p { color: rgb(175,249,179); }

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

background-color css

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

 a { background-color: rgb(175,249,179); }

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

border-color css

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

 span { border-color: rgb(175,249,179); }

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