Html Css Color HEX #A5D0BE Opal

📋 copy color: '#A5D0BE'

red 165 ◦ green 208 ◦ blue 190

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

Shades of Opal #A5D0BE

Tints of Opal #A5D0BE

RGB

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

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

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

R = 29.31%
G = 36.94%
B = 33.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#A5D0BE (or 0xA5D0BE) is known color: Opal. HEX triplet: A5, D0 and BE. RGB value is (165,208,190). Sum of RGB (Red+Green+Blue) = 165+208+190=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0BE is #5A2F41. Grayscale: #C1C1C1. Windows color (decimal): -5910338 or 12505253. OLE color: 12505253.

HSL color Cylindrical-coordinate representation of color #A5D0BE: hue angle of 154.88º 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 #A5D0BE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 190 -
CMYK 0.21 0 0.09 0.18
HSL 154.88º 0.31% 0.73% -
HSV(B) 154.88º 0.21% 0.82% -
XYZ 47.37 56.83 57.19 -
YUV 193.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 165 208 190 0.21 0 0.09 0.18 154.88 0.31 0.73
Hex A5 D0 BE 15 0 9 12 9B 1F 49
Octal 245 320 276 25 0 11 22 233 37 111
Binary 10100101 11010000 10111110 10101 0 1001 10010 10011011 11111 1001001

Color Harmonies of #A5D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0BE

Black with #A5D0BE

Text Example


Text Example

White with #A5D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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