Html Css Color HEX #A5D0BF Opal

📋 copy color: '#A5D0BF'

red 165 ◦ green 208 ◦ blue 191

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

Shades of Opal #A5D0BF

Tints of Opal #A5D0BF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

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

R = 29.26%
G = 36.88%
B = 33.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#A5D0BF (or 0xA5D0BF) is known color: Opal. HEX triplet: A5, D0 and BF. RGB value is (165,208,191). Sum of RGB (Red+Green+Blue) = 165+208+191=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0BF is #5A2F40. Grayscale: #C1C1C1. Windows color (decimal): -5910337 or 12570789. OLE color: 12570789.

HSL color Cylindrical-coordinate representation of color #A5D0BF: hue angle of 156.28º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0BF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 191 -
CMYK 0.21 0 0.08 0.18
HSL 156.28º 0.31% 0.73% -
HSV(B) 156.28º 0.21% 0.82% -
XYZ 47.48 56.87 57.77 -
YUV 193.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 165 208 191 0.21 0 0.08 0.18 156.28 0.31 0.73
Hex A5 D0 BF 15 0 8 12 9C 1F 49
Octal 245 320 277 25 0 10 22 234 37 111
Binary 10100101 11010000 10111111 10101 0 1000 10010 10011100 11111 1001001

Color Harmonies of #A5D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0BF

Black with #A5D0BF

Text Example


Text Example

White with #A5D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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