Html Css Color HEX #AFE6B3 Celadon

📋 copy color: '#AFE6B3'

red 175 ◦ green 230 ◦ blue 179

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

Shades of Celadon #AFE6B3

Tints of Celadon #AFE6B3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

 BLUE value IS 179 (70.31% from 255) = 30.65%

R = 29.97%
G = 39.38%
B = 30.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#AFE6B3 (or 0xAFE6B3) is known color: Celadon. HEX triplet: AF, E6 and B3. RGB value is (175,230,179). Sum of RGB (Red+Green+Blue) = 175+230+179=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6B3 is #50194C. Grayscale: #CFCFCF. Windows color (decimal): -5249357 or 11789999. OLE color: 11789999.

HSL color Cylindrical-coordinate representation of color #AFE6B3: hue angle of 124.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6B3 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 179 -
CMYK 0.24 0 0.22 0.10
HSL 124.36º 0.52% 0.79% -
HSV(B) 124.36º 0.24% 0.9% -
XYZ 54.11 68.96 53.11 -
YUV 207.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 175 230 179 0.24 0 0.22 0.10 124.36 0.52 0.79
Hex AF E6 B3 18 0 16 A 7C 34 4F
Octal 257 346 263 30 0 26 12 174 64 117
Binary 10101111 11100110 10110011 11000 0 10110 1010 1111100 110100 1001111

Color Harmonies of #AFE6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6B3

Black with #AFE6B3

Text Example


Text Example

White with #AFE6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6B3; }

 p { color: rgb(175,230,179); }

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

background-color css

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

 a { background-color: rgb(175,230,179); }

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

border-color css

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

 span { border-color: rgb(175,230,179); }

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