Html Css Color HEX #A5D1C0 Opal

📋 copy color: '#A5D1C0'

red 165 ◦ green 209 ◦ blue 192

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

Shades of Opal #A5D1C0

Tints of Opal #A5D1C0

RGB

 RED value IS 165 (64.84% from 255) = 29.15%

 GREEN value IS 209 (82.03% from 255) = 36.93%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 29.15%
G = 36.93%
B = 33.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#A5D1C0 (or 0xA5D1C0) is known color: Opal. HEX triplet: A5, D1 and C0. RGB value is (165,209,192). Sum of RGB (Red+Green+Blue) = 165+209+192=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1C0 is #5A2E3F. Grayscale: #C1C1C1. Windows color (decimal): -5910080 or 12636581. OLE color: 12636581.

HSL color Cylindrical-coordinate representation of color #A5D1C0: hue angle of 156.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1C0 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 192 -
CMYK 0.21 0 0.08 0.18
HSL 156.82º 0.32% 0.73% -
HSV(B) 156.82º 0.21% 0.82% -
XYZ 47.83 57.41 58.43 -
YUV 193.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 165 209 192 0.21 0 0.08 0.18 156.82 0.32 0.73
Hex A5 D1 C0 15 0 8 12 9D 20 49
Octal 245 321 300 25 0 10 22 235 40 111
Binary 10100101 11010001 11000000 10101 0 1000 10010 10011101 100000 1001001

Color Harmonies of #A5D1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1C0

Black with #A5D1C0

Text Example


Text Example

White with #A5D1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1C0; }

 p { color: rgb(165,209,192); }

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

background-color css

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

 a { background-color: rgb(165,209,192); }

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

border-color css

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

 span { border-color: rgb(165,209,192); }

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