Html Css Color HEX #AFFBB6 Celadon

📋 copy color: '#AFFBB6'

red 175 ◦ green 251 ◦ blue 182

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

Shades of Celadon #AFFBB6

Tints of Celadon #AFFBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.93%

R = 28.78%
G = 41.28%
B = 29.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#AFFBB6 (or 0xAFFBB6) is known color: Celadon. HEX triplet: AF, FB and B6. RGB value is (175,251,182). Sum of RGB (Red+Green+Blue) = 175+251+182=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBB6 is #500449. Grayscale: #DCDCDC. Windows color (decimal): -5243978 or 11991983. OLE color: 11991983.

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

Color convert

RGB 175 251 182 -
CMYK 0.30 0 0.27 0.02
HSL 125.53º 0.9% 0.84% -
HSV(B) 125.53º 0.3% 0.98% -
XYZ 60.62 81.49 56.79 -
YUV 220.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 175 251 182 0.30 0 0.27 0.02 125.53 0.9 0.84
Hex AF FB B6 1E 0 1B 2 7E 5A 54
Octal 257 373 266 36 0 33 2 176 132 124
Binary 10101111 11111011 10110110 11110 0 11011 10 1111110 1011010 1010100

Color Harmonies of #AFFBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBB6

Black with #AFFBB6

Text Example


Text Example

White with #AFFBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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