Html Css Color HEX #A5CABF Opal

📋 copy color: '#A5CABF'

red 165 ◦ green 202 ◦ blue 191

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

Shades of Opal #A5CABF

Tints of Opal #A5CABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.2%

 BLUE value IS 191 (75% from 255) = 34.23%

R = 29.57%
G = 36.2%
B = 34.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#A5CABF (or 0xA5CABF) is known color: Opal. HEX triplet: A5, CA and BF. RGB value is (165,202,191). Sum of RGB (Red+Green+Blue) = 165+202+191=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABF is #5A3540. Grayscale: #BDBDBD. Windows color (decimal): -5911873 or 12569253. OLE color: 12569253.

HSL color Cylindrical-coordinate representation of color #A5CABF: hue angle of 162.16º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CABF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 191 -
CMYK 0.18 0 0.05 0.21
HSL 162.16º 0.26% 0.72% -
HSV(B) 162.16º 0.18% 0.79% -
XYZ 46.04 54 57.29 -
YUV 189.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 165 202 191 0.18 0 0.05 0.21 162.16 0.26 0.72
Hex A5 CA BF 12 0 5 15 A2 1A 48
Octal 245 312 277 22 0 5 25 242 32 110
Binary 10100101 11001010 10111111 10010 0 101 10101 10100010 11010 1001000

Color Harmonies of #A5CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CABF

Black with #A5CABF

Text Example


Text Example

White with #A5CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CABF; }

 p { color: rgb(165,202,191); }

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

background-color css

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

 a { background-color: rgb(165,202,191); }

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

border-color css

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

 span { border-color: rgb(165,202,191); }

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