Html Css Color HEX #AFECAE Celadon

📋 copy color: '#AFECAE'

red 175 ◦ green 236 ◦ blue 174

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

Shades of Celadon #AFECAE

Tints of Celadon #AFECAE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.34%

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 29.91%
G = 40.34%
B = 29.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#AFECAE (or 0xAFECAE) is known color: Celadon. HEX triplet: AF, EC and AE. RGB value is (175,236,174). Sum of RGB (Red+Green+Blue) = 175+236+174=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAE is #501351. Grayscale: #D2D2D2. Windows color (decimal): -5247826 or 11463855. OLE color: 11463855.

HSL color Cylindrical-coordinate representation of color #AFECAE: hue angle of 119.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 174 -
CMYK 0.26 0 0.26 0.07
HSL 119.03º 0.62% 0.8% -
HSV(B) 119.03º 0.26% 0.93% -
XYZ 55.31 72.16 51.06 -
YUV 210.69 107.29 102.54 -
System Red Green Blue C M Y K H S L
Decimal 175 236 174 0.26 0 0.26 0.07 119.03 0.62 0.8
Hex AF EC AE 1A 0 1A 7 77 3E 50
Octal 257 354 256 32 0 32 7 167 76 120
Binary 10101111 11101100 10101110 11010 0 11010 111 1110111 111110 1010000

Color Harmonies of #AFECAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECAE

Black with #AFECAE

Text Example


Text Example

White with #AFECAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECAE; }

 p { color: rgb(175,236,174); }

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

background-color css

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

 a { background-color: rgb(175,236,174); }

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

border-color css

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

 span { border-color: rgb(175,236,174); }

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