Html Css Color HEX #AFF3B2 Celadon

📋 copy color: '#AFF3B2'

red 175 ◦ green 243 ◦ blue 178

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

Shades of Celadon #AFF3B2

Tints of Celadon #AFF3B2

RGB

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

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

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

R = 29.36%
G = 40.77%
B = 29.87%

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

#AFF3B2 (or 0xAFF3B2) is known color: Celadon. HEX triplet: AF, F3 and B2. RGB value is (175,243,178). Sum of RGB (Red+Green+Blue) = 175+243+178=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3B2 is #500C4D. Grayscale: #D7D7D7. Windows color (decimal): -5246030 or 11727791. OLE color: 11727791.

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

Color convert

RGB 175 243 178 -
CMYK 0.28 0 0.27 0.05
HSL 122.65º 0.74% 0.82% -
HSV(B) 122.65º 0.28% 0.95% -
XYZ 57.77 76.43 53.83 -
YUV 215.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 175 243 178 0.28 0 0.27 0.05 122.65 0.74 0.82
Hex AF F3 B2 1C 0 1B 5 7B 4A 52
Octal 257 363 262 34 0 33 5 173 112 122
Binary 10101111 11110011 10110010 11100 0 11011 101 1111011 1001010 1010010

Color Harmonies of #AFF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3B2

Black with #AFF3B2

Text Example


Text Example

White with #AFF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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