Html Css Color HEX #AFEAB3 Celadon

📋 copy color: '#AFEAB3'

red 175 ◦ green 234 ◦ blue 179

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

Shades of Celadon #AFEAB3

Tints of Celadon #AFEAB3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

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

R = 29.76%
G = 39.8%
B = 30.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#AFEAB3 (or 0xAFEAB3) is known color: Celadon. HEX triplet: AF, EA and B3. RGB value is (175,234,179). Sum of RGB (Red+Green+Blue) = 175+234+179=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAB3 is #50154C. Grayscale: #D2D2D2. Windows color (decimal): -5248333 or 11791023. OLE color: 11791023.

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

Color convert

RGB 175 234 179 -
CMYK 0.25 0 0.24 0.08
HSL 124.07º 0.58% 0.8% -
HSV(B) 124.07º 0.25% 0.92% -
XYZ 55.24 71.21 53.48 -
YUV 210.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 175 234 179 0.25 0 0.24 0.08 124.07 0.58 0.8
Hex AF EA B3 19 0 18 8 7C 3A 50
Octal 257 352 263 31 0 30 10 174 72 120
Binary 10101111 11101010 10110011 11001 0 11000 1000 1111100 111010 1010000

Color Harmonies of #AFEAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAB3

Black with #AFEAB3

Text Example


Text Example

White with #AFEAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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