Html Css Color HEX #A5D7C3 Opal

📋 copy color: '#A5D7C3'

red 165 ◦ green 215 ◦ blue 195

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

Shades of Opal #A5D7C3

Tints of Opal #A5D7C3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.39%

 BLUE value IS 195 (76.56% from 255) = 33.91%

R = 28.7%
G = 37.39%
B = 33.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#A5D7C3 (or 0xA5D7C3) is known color: Opal. HEX triplet: A5, D7 and C3. RGB value is (165,215,195). Sum of RGB (Red+Green+Blue) = 165+215+195=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7C3 is #5A283C. Grayscale: #C5C5C5. Windows color (decimal): -5908541 or 12834725. OLE color: 12834725.

HSL color Cylindrical-coordinate representation of color #A5D7C3: hue angle of 156º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7C3 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 195 -
CMYK 0.23 0 0.09 0.16
HSL 156º 0.38% 0.75% -
HSV(B) 156º 0.23% 0.84% -
XYZ 49.67 60.54 60.7 -
YUV 197.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 165 215 195 0.23 0 0.09 0.16 156 0.38 0.75
Hex A5 D7 C3 17 0 9 10 9C 26 4B
Octal 245 327 303 27 0 11 20 234 46 113
Binary 10100101 11010111 11000011 10111 0 1001 10000 10011100 100110 1001011

Color Harmonies of #A5D7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7C3

Black with #A5D7C3

Text Example


Text Example

White with #A5D7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7C3; }

 p { color: rgb(165,215,195); }

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

background-color css

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

 a { background-color: rgb(165,215,195); }

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

border-color css

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

 span { border-color: rgb(165,215,195); }

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