Html Css Color HEX #AFF9B6 Celadon

📋 copy color: '#AFF9B6'

red 175 ◦ green 249 ◦ blue 182

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

Shades of Celadon #AFF9B6

Tints of Celadon #AFF9B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.03%

R = 28.88%
G = 41.09%
B = 30.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#AFF9B6 (or 0xAFF9B6) is known color: Celadon. HEX triplet: AF, F9 and B6. RGB value is (175,249,182). Sum of RGB (Red+Green+Blue) = 175+249+182=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9B6 is #500649. Grayscale: #DBDBDB. Windows color (decimal): -5244490 or 11991471. OLE color: 11991471.

HSL color Cylindrical-coordinate representation of color #AFF9B6: hue angle of 125.68º 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 #AFF9B6 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 182 -
CMYK 0.30 0 0.27 0.02
HSL 125.68º 0.86% 0.83% -
HSV(B) 125.68º 0.3% 0.98% -
XYZ 60 80.24 56.58 -
YUV 219.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 175 249 182 0.30 0 0.27 0.02 125.68 0.86 0.83
Hex AF F9 B6 1E 0 1B 2 7E 56 53
Octal 257 371 266 36 0 33 2 176 126 123
Binary 10101111 11111001 10110110 11110 0 11011 10 1111110 1010110 1010011

Color Harmonies of #AFF9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9B6

Black with #AFF9B6

Text Example


Text Example

White with #AFF9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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