Html Css Color HEX #AFEBB4 Celadon

📋 copy color: '#AFEBB4'

red 175 ◦ green 235 ◦ blue 180

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

Shades of Celadon #AFEBB4

Tints of Celadon #AFEBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.51%

R = 29.66%
G = 39.83%
B = 30.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#AFEBB4 (or 0xAFEBB4) is known color: Celadon. HEX triplet: AF, EB and B4. RGB value is (175,235,180). Sum of RGB (Red+Green+Blue) = 175+235+180=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBB4 is #50144B. Grayscale: #D2D2D2. Windows color (decimal): -5248076 or 11856815. OLE color: 11856815.

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

Color convert

RGB 175 235 180 -
CMYK 0.26 0 0.23 0.08
HSL 125º 0.6% 0.8% -
HSV(B) 125º 0.26% 0.92% -
XYZ 55.63 71.83 54.11 -
YUV 210.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 175 235 180 0.26 0 0.23 0.08 125 0.6 0.8
Hex AF EB B4 1A 0 17 8 7D 3C 50
Octal 257 353 264 32 0 27 10 175 74 120
Binary 10101111 11101011 10110100 11010 0 10111 1000 1111101 111100 1010000

Color Harmonies of #AFEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBB4

Black with #AFEBB4

Text Example


Text Example

White with #AFEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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