Html Css Color HEX #A0EEB3 Celadon

📋 copy color: '#A0EEB3'

red 160 ◦ green 238 ◦ blue 179

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

Shades of Celadon #A0EEB3

Tints of Celadon #A0EEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.02%

R = 27.73%
G = 41.25%
B = 31.02%

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

#A0EEB3 (or 0xA0EEB3) is known color: Celadon. HEX triplet: A0, EE and B3. RGB value is (160,238,179). Sum of RGB (Red+Green+Blue) = 160+238+179=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEB3 is #5F114C. Grayscale: #D0D0D0. Windows color (decimal): -6230349 or 11792032. OLE color: 11792032.

HSL color Cylindrical-coordinate representation of color #A0EEB3: hue angle of 134.62º 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 #A0EEB3 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 179 -
CMYK 0.33 0 0.25 0.07
HSL 134.62º 0.7% 0.78% -
HSV(B) 134.62º 0.33% 0.93% -
XYZ 53.21 71.88 53.72 -
YUV 207.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 160 238 179 0.33 0 0.25 0.07 134.62 0.7 0.78
Hex A0 EE B3 21 0 19 7 87 46 4E
Octal 240 356 263 41 0 31 7 207 106 116
Binary 10100000 11101110 10110011 100001 0 11001 111 10000111 1000110 1001110

Color Harmonies of #A0EEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEB3

Black with #A0EEB3

Text Example


Text Example

White with #A0EEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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