Html Css Color HEX #AFEBB1 Celadon

📋 copy color: '#AFEBB1'

red 175 ◦ green 235 ◦ blue 177

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

Shades of Celadon #AFEBB1

Tints of Celadon #AFEBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.03%

 BLUE value IS 177 (69.53% from 255) = 30.15%

R = 29.81%
G = 40.03%
B = 30.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#AFEBB1 (or 0xAFEBB1) is known color: Celadon. HEX triplet: AF, EB and B1. RGB value is (175,235,177). Sum of RGB (Red+Green+Blue) = 175+235+177=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBB1 is #50144E. Grayscale: #D2D2D2. Windows color (decimal): -5248079 or 11660207. OLE color: 11660207.

HSL color Cylindrical-coordinate representation of color #AFEBB1: hue angle of 122º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBB1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 177 -
CMYK 0.26 0 0.25 0.08
HSL 122º 0.6% 0.8% -
HSV(B) 122º 0.26% 0.92% -
XYZ 55.32 71.7 52.52 -
YUV 210.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 175 235 177 0.26 0 0.25 0.08 122 0.6 0.8
Hex AF EB B1 1A 0 19 8 7A 3C 50
Octal 257 353 261 32 0 31 10 172 74 120
Binary 10101111 11101011 10110001 11010 0 11001 1000 1111010 111100 1010000

Color Harmonies of #AFEBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBB1

Black with #AFEBB1

Text Example


Text Example

White with #AFEBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBB1; }

 p { color: rgb(175,235,177); }

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

background-color css

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

 a { background-color: rgb(175,235,177); }

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

border-color css

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

 span { border-color: rgb(175,235,177); }

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