Html Css Color HEX #AFF8B6 Celadon

📋 copy color: '#AFF8B6'

red 175 ◦ green 248 ◦ blue 182

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

Shades of Celadon #AFF8B6

Tints of Celadon #AFF8B6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.99%

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

R = 28.93%
G = 40.99%
B = 30.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#AFF8B6 (or 0xAFF8B6) is known color: Celadon. HEX triplet: AF, F8 and B6. RGB value is (175,248,182). Sum of RGB (Red+Green+Blue) = 175+248+182=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8B6 is #500749. Grayscale: #DADADA. Windows color (decimal): -5244746 or 11991215. OLE color: 11991215.

HSL color Cylindrical-coordinate representation of color #AFF8B6: hue angle of 125.75º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8B6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 182 -
CMYK 0.29 0 0.27 0.03
HSL 125.75º 0.84% 0.83% -
HSV(B) 125.75º 0.29% 0.97% -
XYZ 59.69 79.63 56.48 -
YUV 218.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 175 248 182 0.29 0 0.27 0.03 125.75 0.84 0.83
Hex AF F8 B6 1D 0 1B 3 7E 54 53
Octal 257 370 266 35 0 33 3 176 124 123
Binary 10101111 11111000 10110110 11101 0 11011 11 1111110 1010100 1010011

Color Harmonies of #AFF8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8B6

Black with #AFF8B6

Text Example


Text Example

White with #AFF8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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