Html Css Color HEX #AFECB2 Celadon

📋 copy color: '#AFECB2'

red 175 ◦ green 236 ◦ blue 178

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

Shades of Celadon #AFECB2

Tints of Celadon #AFECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 29.71%
G = 40.07%
B = 30.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#AFECB2 (or 0xAFECB2) is known color: Celadon. HEX triplet: AF, EC and B2. RGB value is (175,236,178). Sum of RGB (Red+Green+Blue) = 175+236+178=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECB2 is #50134D. Grayscale: #D3D3D3. Windows color (decimal): -5247822 or 11725999. OLE color: 11725999.

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

Color convert

RGB 175 236 178 -
CMYK 0.26 0 0.25 0.07
HSL 122.95º 0.62% 0.81% -
HSV(B) 122.95º 0.26% 0.93% -
XYZ 55.71 72.32 53.14 -
YUV 211.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 175 236 178 0.26 0 0.25 0.07 122.95 0.62 0.81
Hex AF EC B2 1A 0 19 7 7B 3E 51
Octal 257 354 262 32 0 31 7 173 76 121
Binary 10101111 11101100 10110010 11010 0 11001 111 1111011 111110 1010001

Color Harmonies of #AFECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECB2

Black with #AFECB2

Text Example


Text Example

White with #AFECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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