Html Css Color HEX #A5CEC5 Opal

📋 copy color: '#A5CEC5'

red 165 ◦ green 206 ◦ blue 197

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

Shades of Opal #A5CEC5

Tints of Opal #A5CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

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

R = 29.05%
G = 36.27%
B = 34.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#A5CEC5 (or 0xA5CEC5) is known color: Opal. HEX triplet: A5, CE and C5. RGB value is (165,206,197). Sum of RGB (Red+Green+Blue) = 165+206+197=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEC5 is #5A313A. Grayscale: #C0C0C0. Windows color (decimal): -5910843 or 12963493. OLE color: 12963493.

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

Color convert

RGB 165 206 197 -
CMYK 0.20 0 0.04 0.19
HSL 166.83º 0.29% 0.73% -
HSV(B) 166.83º 0.2% 0.81% -
XYZ 47.67 56.17 61.15 -
YUV 192.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 165 206 197 0.20 0 0.04 0.19 166.83 0.29 0.73
Hex A5 CE C5 14 0 4 13 A7 1D 49
Octal 245 316 305 24 0 4 23 247 35 111
Binary 10100101 11001110 11000101 10100 0 100 10011 10100111 11101 1001001

Color Harmonies of #A5CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEC5

Black with #A5CEC5

Text Example


Text Example

White with #A5CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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