Html Css Color HEX #A0FBB6 Celadon

📋 copy color: '#A0FBB6'

red 160 ◦ green 251 ◦ blue 182

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

Shades of Celadon #A0FBB6

Tints of Celadon #A0FBB6

RGB

 RED value IS 160 (62.89% from 255) = 26.98%

 GREEN value IS 251 (98.44% from 255) = 42.33%

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 26.98%
G = 42.33%
B = 30.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#A0FBB6 (or 0xA0FBB6) is known color: Celadon. HEX triplet: A0, FB and B6. RGB value is (160,251,182). Sum of RGB (Red+Green+Blue) = 160+251+182=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBB6 is #5F0449. Grayscale: #D8D8D8. Windows color (decimal): -6227018 or 11991968. OLE color: 11991968.

HSL color Cylindrical-coordinate representation of color #A0FBB6: hue angle of 134.51º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBB6 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 182 -
CMYK 0.36 0 0.27 0.02
HSL 134.51º 0.92% 0.81% -
HSV(B) 134.51º 0.36% 0.98% -
XYZ 57.44 79.85 56.64 -
YUV 215.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 160 251 182 0.36 0 0.27 0.02 134.51 0.92 0.81
Hex A0 FB B6 24 0 1B 2 87 5C 51
Octal 240 373 266 44 0 33 2 207 134 121
Binary 10100000 11111011 10110110 100100 0 11011 10 10000111 1011100 1010001

Color Harmonies of #A0FBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBB6

Black with #A0FBB6

Text Example


Text Example

White with #A0FBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBB6; }

 p { color: rgb(160,251,182); }

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

background-color css

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

 a { background-color: rgb(160,251,182); }

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

border-color css

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

 span { border-color: rgb(160,251,182); }

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