Html Css Color HEX #AFF2B0 Celadon

📋 copy color: '#AFF2B0'

red 175 ◦ green 242 ◦ blue 176

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

Shades of Celadon #AFF2B0

Tints of Celadon #AFF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

 BLUE value IS 176 (69.14% from 255) = 29.68%

R = 29.51%
G = 40.81%
B = 29.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#AFF2B0 (or 0xAFF2B0) is known color: Celadon. HEX triplet: AF, F2 and B0. RGB value is (175,242,176). Sum of RGB (Red+Green+Blue) = 175+242+176=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2B0 is #500D4F. Grayscale: #D6D6D6. Windows color (decimal): -5246288 or 11596463. OLE color: 11596463.

HSL color Cylindrical-coordinate representation of color #AFF2B0: hue angle of 120.9º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2B0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 176 -
CMYK 0.28 0 0.27 0.05
HSL 120.9º 0.72% 0.82% -
HSV(B) 120.9º 0.28% 0.95% -
XYZ 57.27 75.75 52.68 -
YUV 214.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 175 242 176 0.28 0 0.27 0.05 120.9 0.72 0.82
Hex AF F2 B0 1C 0 1B 5 79 48 52
Octal 257 362 260 34 0 33 5 171 110 122
Binary 10101111 11110010 10110000 11100 0 11011 101 1111001 1001000 1010010

Color Harmonies of #AFF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2B0

Black with #AFF2B0

Text Example


Text Example

White with #AFF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2B0; }

 p { color: rgb(175,242,176); }

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

background-color css

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

 a { background-color: rgb(175,242,176); }

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

border-color css

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

 span { border-color: rgb(175,242,176); }

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