Html Css Color HEX #A5CCC0 Opal

📋 copy color: '#A5CCC0'

red 165 ◦ green 204 ◦ blue 192

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

Shades of Opal #A5CCC0

Tints of Opal #A5CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 29.41%
G = 36.36%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#A5CCC0 (or 0xA5CCC0) is known color: Opal. HEX triplet: A5, CC and C0. RGB value is (165,204,192). Sum of RGB (Red+Green+Blue) = 165+204+192=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC0 is #5A333F. Grayscale: #BEBEBE. Windows color (decimal): -5911360 or 12635301. OLE color: 12635301.

HSL color Cylindrical-coordinate representation of color #A5CCC0: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCC0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 192 -
CMYK 0.19 0 0.06 0.2
HSL 161.54º 0.28% 0.72% -
HSV(B) 161.54º 0.19% 0.8% -
XYZ 46.62 54.99 58.03 -
YUV 190.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 165 204 192 0.19 0 0.06 0.2 161.54 0.28 0.72
Hex A5 CC C0 13 0 6 14 A2 1C 48
Octal 245 314 300 23 0 6 24 242 34 110
Binary 10100101 11001100 11000000 10011 0 110 10100 10100010 11100 1001000

Color Harmonies of #A5CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCC0

Black with #A5CCC0

Text Example


Text Example

White with #A5CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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