Html Css Color HEX #AFD2B2 Surf

📋 copy color: '#AFD2B2'

red 175 ◦ green 210 ◦ blue 178

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

Shades of Surf #AFD2B2

Tints of Surf #AFD2B2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

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

R = 31.08%
G = 37.3%
B = 31.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#AFD2B2 (or 0xAFD2B2) is known color: Surf. HEX triplet: AF, D2 and B2. RGB value is (175,210,178). Sum of RGB (Red+Green+Blue) = 175+210+178=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2B2 is #502D4D. Grayscale: #C3C3C3. Windows color (decimal): -5254478 or 11719343. OLE color: 11719343.

HSL color Cylindrical-coordinate representation of color #AFD2B2: hue angle of 125.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2B2 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 178 -
CMYK 0.17 0 0.15 0.18
HSL 125.14º 0.28% 0.75% -
HSV(B) 125.14º 0.17% 0.82% -
XYZ 48.76 58.42 50.83 -
YUV 195.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 175 210 178 0.17 0 0.15 0.18 125.14 0.28 0.75
Hex AF D2 B2 11 0 F 12 7D 1C 4B
Octal 257 322 262 21 0 17 22 175 34 113
Binary 10101111 11010010 10110010 10001 0 1111 10010 1111101 11100 1001011

Color Harmonies of #AFD2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2B2

Black with #AFD2B2

Text Example


Text Example

White with #AFD2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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