Html Css Color HEX #AFF1B2 Celadon

📋 copy color: '#AFF1B2'

red 175 ◦ green 241 ◦ blue 178

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

Shades of Celadon #AFF1B2

Tints of Celadon #AFF1B2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

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

R = 29.46%
G = 40.57%
B = 29.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#AFF1B2 (or 0xAFF1B2) is known color: Celadon. HEX triplet: AF, F1 and B2. RGB value is (175,241,178). Sum of RGB (Red+Green+Blue) = 175+241+178=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1B2 is #500E4D. Grayscale: #D6D6D6. Windows color (decimal): -5246542 or 11727279. OLE color: 11727279.

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

Color convert

RGB 175 241 178 -
CMYK 0.27 0 0.26 0.05
HSL 122.73º 0.7% 0.82% -
HSV(B) 122.73º 0.27% 0.95% -
XYZ 57.17 75.24 53.63 -
YUV 214.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 175 241 178 0.27 0 0.26 0.05 122.73 0.7 0.82
Hex AF F1 B2 1B 0 1A 5 7B 46 52
Octal 257 361 262 33 0 32 5 173 106 122
Binary 10101111 11110001 10110010 11011 0 11010 101 1111011 1000110 1010010

Color Harmonies of #AFF1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1B2

Black with #AFF1B2

Text Example


Text Example

White with #AFF1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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