Html Css Color HEX #A1F8B5 Celadon

📋 copy color: '#A1F8B5'

red 161 ◦ green 248 ◦ blue 181

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

Shades of Celadon #A1F8B5

Tints of Celadon #A1F8B5

RGB

 RED value IS 161 (63.28% from 255) = 27.29%

 GREEN value IS 248 (97.27% from 255) = 42.03%

 BLUE value IS 181 (71.09% from 255) = 30.68%

R = 27.29%
G = 42.03%
B = 30.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#A1F8B5 (or 0xA1F8B5) is known color: Celadon. HEX triplet: A1, F8 and B5. RGB value is (161,248,181). Sum of RGB (Red+Green+Blue) = 161+248+181=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F8B5 is #5E074A. Grayscale: #D6D6D6. Windows color (decimal): -6162251 or 11925665. OLE color: 11925665.

HSL color Cylindrical-coordinate representation of color #A1F8B5: hue angle of 133.79º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F8B5 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 181 -
CMYK 0.35 0 0.27 0.03
HSL 133.79º 0.86% 0.8% -
HSV(B) 133.79º 0.35% 0.97% -
XYZ 56.61 78.05 55.8 -
YUV 214.35 109.18 89.95 -
System Red Green Blue C M Y K H S L
Decimal 161 248 181 0.35 0 0.27 0.03 133.79 0.86 0.8
Hex A1 F8 B5 23 0 1B 3 86 56 50
Octal 241 370 265 43 0 33 3 206 126 120
Binary 10100001 11111000 10110101 100011 0 11011 11 10000110 1010110 1010000

Color Harmonies of #A1F8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F8B5

Black with #A1F8B5

Text Example


Text Example

White with #A1F8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F8B5; }

 p { color: rgb(161,248,181); }

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

background-color css

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

 a { background-color: rgb(161,248,181); }

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

border-color css

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

 span { border-color: rgb(161,248,181); }

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