Html Css Color HEX #AFF2B3 Celadon

📋 copy color: '#AFF2B3'

red 175 ◦ green 242 ◦ blue 179

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

Shades of Celadon #AFF2B3

Tints of Celadon #AFF2B3

RGB

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

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

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

R = 29.36%
G = 40.6%
B = 30.03%

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

#AFF2B3 (or 0xAFF2B3) is known color: Celadon. HEX triplet: AF, F2 and B3. RGB value is (175,242,179). Sum of RGB (Red+Green+Blue) = 175+242+179=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B3 is #500D4C. Grayscale: #D6D6D6. Windows color (decimal): -5246285 or 11793071. OLE color: 11793071.

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

Color convert

RGB 175 242 179 -
CMYK 0.28 0 0.26 0.05
HSL 123.58º 0.72% 0.82% -
HSV(B) 123.58º 0.28% 0.95% -
XYZ 57.57 75.87 54.26 -
YUV 214.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 175 242 179 0.28 0 0.26 0.05 123.58 0.72 0.82
Hex AF F2 B3 1C 0 1A 5 7C 48 52
Octal 257 362 263 34 0 32 5 174 110 122
Binary 10101111 11110010 10110011 11100 0 11010 101 1111100 1001000 1010010

Color Harmonies of #AFF2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2B3

Black with #AFF2B3

Text Example


Text Example

White with #AFF2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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