Html Css Color HEX #AFF1B3 Celadon

📋 copy color: '#AFF1B3'

red 175 ◦ green 241 ◦ blue 179

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

Shades of Celadon #AFF1B3

Tints of Celadon #AFF1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.08%

R = 29.41%
G = 40.5%
B = 30.08%

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

#AFF1B3 (or 0xAFF1B3) is known color: Celadon. HEX triplet: AF, F1 and B3. RGB value is (175,241,179). Sum of RGB (Red+Green+Blue) = 175+241+179=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1B3 is #500E4C. Grayscale: #D6D6D6. Windows color (decimal): -5246541 or 11792815. OLE color: 11792815.

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

Color convert

RGB 175 241 179 -
CMYK 0.27 0 0.26 0.05
HSL 123.64º 0.7% 0.82% -
HSV(B) 123.64º 0.27% 0.95% -
XYZ 57.27 75.28 54.16 -
YUV 214.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 175 241 179 0.27 0 0.26 0.05 123.64 0.7 0.82
Hex AF F1 B3 1B 0 1A 5 7C 46 52
Octal 257 361 263 33 0 32 5 174 106 122
Binary 10101111 11110001 10110011 11011 0 11010 101 1111100 1000110 1010010

Color Harmonies of #AFF1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1B3

Black with #AFF1B3

Text Example


Text Example

White with #AFF1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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