Html Css Color HEX #AFE3B4 Celadon

📋 copy color: '#AFE3B4'

red 175 ◦ green 227 ◦ blue 180

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

Shades of Celadon #AFE3B4

Tints of Celadon #AFE3B4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39%

 BLUE value IS 180 (70.7% from 255) = 30.93%

R = 30.07%
G = 39%
B = 30.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#AFE3B4 (or 0xAFE3B4) is known color: Celadon. HEX triplet: AF, E3 and B4. RGB value is (175,227,180). Sum of RGB (Red+Green+Blue) = 175+227+180=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3B4 is #501C4B. Grayscale: #CECECE. Windows color (decimal): -5250124 or 11854767. OLE color: 11854767.

HSL color Cylindrical-coordinate representation of color #AFE3B4: hue angle of 125.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3B4 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 180 -
CMYK 0.23 0 0.21 0.11
HSL 125.77º 0.48% 0.79% -
HSV(B) 125.77º 0.23% 0.89% -
XYZ 53.39 67.35 53.37 -
YUV 206.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 175 227 180 0.23 0 0.21 0.11 125.77 0.48 0.79
Hex AF E3 B4 17 0 15 B 7E 30 4F
Octal 257 343 264 27 0 25 13 176 60 117
Binary 10101111 11100011 10110100 10111 0 10101 1011 1111110 110000 1001111

Color Harmonies of #AFE3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3B4

Black with #AFE3B4

Text Example


Text Example

White with #AFE3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3B4; }

 p { color: rgb(175,227,180); }

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

background-color css

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

 a { background-color: rgb(175,227,180); }

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

border-color css

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

 span { border-color: rgb(175,227,180); }

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