Html Css Color HEX #AFD6B2 Celadon

📋 copy color: '#AFD6B2'

red 175 ◦ green 214 ◦ blue 178

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

Shades of Celadon #AFD6B2

Tints of Celadon #AFD6B2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 30.86%
G = 37.74%
B = 31.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#AFD6B2 (or 0xAFD6B2) is known color: Celadon. HEX triplet: AF, D6 and B2. RGB value is (175,214,178). Sum of RGB (Red+Green+Blue) = 175+214+178=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD6B2 is #50294D. Grayscale: #C6C6C6. Windows color (decimal): -5253454 or 11720367. OLE color: 11720367.

HSL color Cylindrical-coordinate representation of color #AFD6B2: hue angle of 124.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6B2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 178 -
CMYK 0.18 0 0.17 0.16
HSL 124.62º 0.32% 0.76% -
HSV(B) 124.62º 0.18% 0.84% -
XYZ 49.76 60.42 51.16 -
YUV 198.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 175 214 178 0.18 0 0.17 0.16 124.62 0.32 0.76
Hex AF D6 B2 12 0 11 10 7D 20 4C
Octal 257 326 262 22 0 21 20 175 40 114
Binary 10101111 11010110 10110010 10010 0 10001 10000 1111101 100000 1001100

Color Harmonies of #AFD6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD6B2

Black with #AFD6B2

Text Example


Text Example

White with #AFD6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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