Html Css Color HEX #A0EEB2 Celadon

📋 copy color: '#A0EEB2'

red 160 ◦ green 238 ◦ blue 178

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

Shades of Celadon #A0EEB2

Tints of Celadon #A0EEB2

RGB

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

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

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

R = 27.78%
G = 41.32%
B = 30.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A0EEB2 (or 0xA0EEB2) is known color: Celadon. HEX triplet: A0, EE and B2. RGB value is (160,238,178). Sum of RGB (Red+Green+Blue) = 160+238+178=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEB2 is #5F114D. Grayscale: #D0D0D0. Windows color (decimal): -6230350 or 11726496. OLE color: 11726496.

HSL color Cylindrical-coordinate representation of color #A0EEB2: hue angle of 133.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEB2 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 178 -
CMYK 0.33 0 0.25 0.07
HSL 133.85º 0.7% 0.78% -
HSV(B) 133.85º 0.33% 0.93% -
XYZ 53.11 71.84 53.19 -
YUV 207.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 160 238 178 0.33 0 0.25 0.07 133.85 0.7 0.78
Hex A0 EE B2 21 0 19 7 86 46 4E
Octal 240 356 262 41 0 31 7 206 106 116
Binary 10100000 11101110 10110010 100001 0 11001 111 10000110 1000110 1001110

Color Harmonies of #A0EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEB2

Black with #A0EEB2

Text Example


Text Example

White with #A0EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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