Html Css Color HEX #A5CCC2 Opal

📋 copy color: '#A5CCC2'

red 165 ◦ green 204 ◦ blue 194

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

Shades of Opal #A5CCC2

Tints of Opal #A5CCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 29.31%
G = 36.23%
B = 34.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#A5CCC2 (or 0xA5CCC2) is known color: Opal. HEX triplet: A5, CC and C2. RGB value is (165,204,194). Sum of RGB (Red+Green+Blue) = 165+204+194=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC2 is #5A333D. Grayscale: #BFBFBF. Windows color (decimal): -5911358 or 12766373. OLE color: 12766373.

HSL color Cylindrical-coordinate representation of color #A5CCC2: hue angle of 164.62º 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 #A5CCC2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 194 -
CMYK 0.19 0 0.05 0.2
HSL 164.62º 0.28% 0.72% -
HSV(B) 164.62º 0.19% 0.8% -
XYZ 46.85 55.08 59.2 -
YUV 191.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 165 204 194 0.19 0 0.05 0.2 164.62 0.28 0.72
Hex A5 CC C2 13 0 5 14 A5 1C 48
Octal 245 314 302 23 0 5 24 245 34 110
Binary 10100101 11001100 11000010 10011 0 101 10100 10100101 11100 1001000

Color Harmonies of #A5CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCC2

Black with #A5CCC2

Text Example


Text Example

White with #A5CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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