Html Css Color HEX #AFF2B2 Celadon

📋 copy color: '#AFF2B2'

red 175 ◦ green 242 ◦ blue 178

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

Shades of Celadon #AFF2B2

Tints of Celadon #AFF2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.92%

R = 29.41%
G = 40.67%
B = 29.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#AFF2B2 (or 0xAFF2B2) is known color: Celadon. HEX triplet: AF, F2 and B2. RGB value is (175,242,178). Sum of RGB (Red+Green+Blue) = 175+242+178=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2B2 is #500D4D. Grayscale: #D6D6D6. Windows color (decimal): -5246286 or 11727535. OLE color: 11727535.

HSL color Cylindrical-coordinate representation of color #AFF2B2: hue angle of 122.69º 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 #AFF2B2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 178 -
CMYK 0.28 0 0.26 0.05
HSL 122.69º 0.72% 0.82% -
HSV(B) 122.69º 0.28% 0.95% -
XYZ 57.47 75.83 53.73 -
YUV 214.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 175 242 178 0.28 0 0.26 0.05 122.69 0.72 0.82
Hex AF F2 B2 1C 0 1A 5 7B 48 52
Octal 257 362 262 34 0 32 5 173 110 122
Binary 10101111 11110010 10110010 11100 0 11010 101 1111011 1001000 1010010

Color Harmonies of #AFF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2B2

Black with #AFF2B2

Text Example


Text Example

White with #AFF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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