Html Css Color HEX #AFEEB2 Celadon

📋 copy color: '#AFEEB2'

red 175 ◦ green 238 ◦ blue 178

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

Shades of Celadon #AFEEB2

Tints of Celadon #AFEEB2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.27%

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

R = 29.61%
G = 40.27%
B = 30.12%

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

#AFEEB2 (or 0xAFEEB2) is known color: Celadon. HEX triplet: AF, EE and B2. RGB value is (175,238,178). Sum of RGB (Red+Green+Blue) = 175+238+178=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEB2 is #50114D. Grayscale: #D4D4D4. Windows color (decimal): -5247310 or 11726511. OLE color: 11726511.

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

Color convert

RGB 175 238 178 -
CMYK 0.26 0 0.25 0.07
HSL 122.86º 0.65% 0.81% -
HSV(B) 122.86º 0.26% 0.93% -
XYZ 56.29 73.48 53.34 -
YUV 212.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 175 238 178 0.26 0 0.25 0.07 122.86 0.65 0.81
Hex AF EE B2 1A 0 19 7 7B 41 51
Octal 257 356 262 32 0 31 7 173 101 121
Binary 10101111 11101110 10110010 11010 0 11001 111 1111011 1000001 1010001

Color Harmonies of #AFEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEB2

Black with #AFEEB2

Text Example


Text Example

White with #AFEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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