Html Css Color HEX #AFECB3 Celadon

📋 copy color: '#AFECB3'

red 175 ◦ green 236 ◦ blue 179

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

Shades of Celadon #AFECB3

Tints of Celadon #AFECB3

RGB

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

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

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

R = 29.66%
G = 40%
B = 30.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#AFECB3 (or 0xAFECB3) is known color: Celadon. HEX triplet: AF, EC and B3. RGB value is (175,236,179). Sum of RGB (Red+Green+Blue) = 175+236+179=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECB3 is #50134C. Grayscale: #D3D3D3. Windows color (decimal): -5247821 or 11791535. OLE color: 11791535.

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

Color convert

RGB 175 236 179 -
CMYK 0.26 0 0.24 0.07
HSL 123.93º 0.62% 0.81% -
HSV(B) 123.93º 0.26% 0.93% -
XYZ 55.81 72.36 53.67 -
YUV 211.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 175 236 179 0.26 0 0.24 0.07 123.93 0.62 0.81
Hex AF EC B3 1A 0 18 7 7C 3E 51
Octal 257 354 263 32 0 30 7 174 76 121
Binary 10101111 11101100 10110011 11010 0 11000 111 1111100 111110 1010001

Color Harmonies of #AFECB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECB3

Black with #AFECB3

Text Example


Text Example

White with #AFECB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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