Html Css Color HEX #AFEBAE Celadon

📋 copy color: '#AFEBAE'

red 175 ◦ green 235 ◦ blue 174

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

Shades of Celadon #AFEBAE

Tints of Celadon #AFEBAE

RGB

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

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

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

R = 29.97%
G = 40.24%
B = 29.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#AFEBAE (or 0xAFEBAE) is known color: Celadon. HEX triplet: AF, EB and AE. RGB value is (175,235,174). Sum of RGB (Red+Green+Blue) = 175+235+174=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAE is #501451. Grayscale: #D2D2D2. Windows color (decimal): -5248082 or 11463599. OLE color: 11463599.

HSL color Cylindrical-coordinate representation of color #AFEBAE: hue angle of 119.02º 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 #AFEBAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 174 -
CMYK 0.26 0 0.26 0.08
HSL 119.02º 0.6% 0.8% -
HSV(B) 119.02º 0.26% 0.92% -
XYZ 55.03 71.59 50.96 -
YUV 210.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 175 235 174 0.26 0 0.26 0.08 119.02 0.6 0.8
Hex AF EB AE 1A 0 1A 8 77 3C 50
Octal 257 353 256 32 0 32 10 167 74 120
Binary 10101111 11101011 10101110 11010 0 11010 1000 1110111 111100 1010000

Color Harmonies of #AFEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBAE

Black with #AFEBAE

Text Example


Text Example

White with #AFEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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