Html Css Color HEX #A5C6BE Opal

📋 copy color: '#A5C6BE'

red 165 ◦ green 198 ◦ blue 190

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

Shades of Opal #A5C6BE

Tints of Opal #A5C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

 BLUE value IS 190 (74.61% from 255) = 34.36%

R = 29.84%
G = 35.8%
B = 34.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#A5C6BE (or 0xA5C6BE) is known color: Opal. HEX triplet: A5, C6 and BE. RGB value is (165,198,190). Sum of RGB (Red+Green+Blue) = 165+198+190=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C6BE is #5A3941. Grayscale: #BBBBBB. Windows color (decimal): -5912898 or 12502693. OLE color: 12502693.

HSL color Cylindrical-coordinate representation of color #A5C6BE: hue angle of 165.45º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C6BE is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 198 190 -
CMYK 0.17 0 0.04 0.22
HSL 165.45º 0.22% 0.71% -
HSV(B) 165.45º 0.17% 0.78% -
XYZ 45.01 52.11 56.4 -
YUV 187.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 165 198 190 0.17 0 0.04 0.22 165.45 0.22 0.71
Hex A5 C6 BE 11 0 4 16 A5 16 47
Octal 245 306 276 21 0 4 26 245 26 107
Binary 10100101 11000110 10111110 10001 0 100 10110 10100101 10110 1000111

Color Harmonies of #A5C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C6BE

Black with #A5C6BE

Text Example


Text Example

White with #A5C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C6BE; }

 p { color: rgb(165,198,190); }

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

background-color css

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

 a { background-color: rgb(165,198,190); }

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

border-color css

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

 span { border-color: rgb(165,198,190); }

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