Html Css Color HEX #A5CDC5 Opal

📋 copy color: '#A5CDC5'

red 165 ◦ green 205 ◦ blue 197

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

Shades of Opal #A5CDC5

Tints of Opal #A5CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 29.1%
G = 36.16%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#A5CDC5 (or 0xA5CDC5) is known color: Opal. HEX triplet: A5, CD and C5. RGB value is (165,205,197). Sum of RGB (Red+Green+Blue) = 165+205+197=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDC5 is #5A323A. Grayscale: #C0C0C0. Windows color (decimal): -5911099 or 12963237. OLE color: 12963237.

HSL color Cylindrical-coordinate representation of color #A5CDC5: hue angle of 168º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 197 -
CMYK 0.20 0 0.04 0.20
HSL 168º 0.29% 0.73% -
HSV(B) 168º 0.2% 0.8% -
XYZ 47.43 55.69 61.07 -
YUV 192.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 165 205 197 0.20 0 0.04 0.20 168 0.29 0.73
Hex A5 CD C5 14 0 4 14 A8 1D 49
Octal 245 315 305 24 0 4 24 250 35 111
Binary 10100101 11001101 11000101 10100 0 100 10100 10101000 11101 1001001

Color Harmonies of #A5CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDC5

Black with #A5CDC5

Text Example


Text Example

White with #A5CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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