Html Css Color HEX #AFF3B1 Celadon

📋 copy color: '#AFF3B1'

red 175 ◦ green 243 ◦ blue 177

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

Shades of Celadon #AFF3B1

Tints of Celadon #AFF3B1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.84%

 BLUE value IS 177 (69.53% from 255) = 29.75%

R = 29.41%
G = 40.84%
B = 29.75%

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

#AFF3B1 (or 0xAFF3B1) is known color: Celadon. HEX triplet: AF, F3 and B1. RGB value is (175,243,177). Sum of RGB (Red+Green+Blue) = 175+243+177=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3B1 is #500C4E. Grayscale: #D7D7D7. Windows color (decimal): -5246031 or 11662255. OLE color: 11662255.

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

Color convert

RGB 175 243 177 -
CMYK 0.28 0 0.27 0.05
HSL 121.76º 0.74% 0.82% -
HSV(B) 121.76º 0.28% 0.95% -
XYZ 57.67 76.39 53.3 -
YUV 215.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 175 243 177 0.28 0 0.27 0.05 121.76 0.74 0.82
Hex AF F3 B1 1C 0 1B 5 7A 4A 52
Octal 257 363 261 34 0 33 5 172 112 122
Binary 10101111 11110011 10110001 11100 0 11011 101 1111010 1001010 1010010

Color Harmonies of #AFF3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3B1

Black with #AFF3B1

Text Example


Text Example

White with #AFF3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3B1; }

 p { color: rgb(175,243,177); }

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

background-color css

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

 a { background-color: rgb(175,243,177); }

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

border-color css

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

 span { border-color: rgb(175,243,177); }

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