Html Css Color HEX #AFFBB2 Celadon

📋 copy color: '#AFFBB2'

red 175 ◦ green 251 ◦ blue 178

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

Shades of Celadon #AFFBB2

Tints of Celadon #AFFBB2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.56%

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

R = 28.97%
G = 41.56%
B = 29.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#AFFBB2 (or 0xAFFBB2) is known color: Celadon. HEX triplet: AF, FB and B2. RGB value is (175,251,178). Sum of RGB (Red+Green+Blue) = 175+251+178=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBB2 is #50044D. Grayscale: #DCDCDC. Windows color (decimal): -5243982 or 11729839. OLE color: 11729839.

HSL color Cylindrical-coordinate representation of color #AFFBB2: hue angle of 122.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBB2 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 178 -
CMYK 0.30 0 0.29 0.02
HSL 122.37º 0.9% 0.84% -
HSV(B) 122.37º 0.3% 0.98% -
XYZ 60.21 81.32 54.64 -
YUV 219.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 175 251 178 0.30 0 0.29 0.02 122.37 0.9 0.84
Hex AF FB B2 1E 0 1D 2 7A 5A 54
Octal 257 373 262 36 0 35 2 172 132 124
Binary 10101111 11111011 10110010 11110 0 11101 10 1111010 1011010 1010100

Color Harmonies of #AFFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBB2

Black with #AFFBB2

Text Example


Text Example

White with #AFFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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