Html Css Color HEX #AFEBB2 Celadon

📋 copy color: '#AFEBB2'

red 175 ◦ green 235 ◦ blue 178

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

Shades of Celadon #AFEBB2

Tints of Celadon #AFEBB2

RGB

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

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

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

R = 29.76%
G = 39.97%
B = 30.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#AFEBB2 (or 0xAFEBB2) is known color: Celadon. HEX triplet: AF, EB and B2. RGB value is (175,235,178). Sum of RGB (Red+Green+Blue) = 175+235+178=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBB2 is #50144D. Grayscale: #D2D2D2. Windows color (decimal): -5248078 or 11725743. OLE color: 11725743.

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

Color convert

RGB 175 235 178 -
CMYK 0.26 0 0.24 0.08
HSL 123º 0.6% 0.8% -
HSV(B) 123º 0.26% 0.92% -
XYZ 55.42 71.74 53.05 -
YUV 210.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 175 235 178 0.26 0 0.24 0.08 123 0.6 0.8
Hex AF EB B2 1A 0 18 8 7B 3C 50
Octal 257 353 262 32 0 30 10 173 74 120
Binary 10101111 11101011 10110010 11010 0 11000 1000 1111011 111100 1010000

Color Harmonies of #AFEBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBB2

Black with #AFEBB2

Text Example


Text Example

White with #AFEBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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