Html Css Color HEX #A5D0C5 Opal

📋 copy color: '#A5D0C5'

red 165 ◦ green 208 ◦ blue 197

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

Shades of Opal #A5D0C5

Tints of Opal #A5D0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.49%

 BLUE value IS 197 (77.34% from 255) = 34.56%

R = 28.95%
G = 36.49%
B = 34.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#A5D0C5 (or 0xA5D0C5) is known color: Opal. HEX triplet: A5, D0 and C5. RGB value is (165,208,197). Sum of RGB (Red+Green+Blue) = 165+208+197=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0C5 is #5A2F3A. Grayscale: #C1C1C1. Windows color (decimal): -5910331 or 12964005. OLE color: 12964005.

HSL color Cylindrical-coordinate representation of color #A5D0C5: hue angle of 164.65º degrees, saturation: 0.31, 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 #A5D0C5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 197 -
CMYK 0.21 0 0.05 0.18
HSL 164.65º 0.31% 0.73% -
HSV(B) 164.65º 0.21% 0.82% -
XYZ 48.15 57.14 61.32 -
YUV 193.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 165 208 197 0.21 0 0.05 0.18 164.65 0.31 0.73
Hex A5 D0 C5 15 0 5 12 A5 1F 49
Octal 245 320 305 25 0 5 22 245 37 111
Binary 10100101 11010000 11000101 10101 0 101 10010 10100101 11111 1001001

Color Harmonies of #A5D0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0C5

Black with #A5D0C5

Text Example


Text Example

White with #A5D0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0C5; }

 p { color: rgb(165,208,197); }

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

background-color css

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

 a { background-color: rgb(165,208,197); }

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

border-color css

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

 span { border-color: rgb(165,208,197); }

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