Html Css Color HEX #A5CABB Opal

📋 copy color: '#A5CABB'

red 165 ◦ green 202 ◦ blue 187

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

Shades of Opal #A5CABB

Tints of Opal #A5CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 29.78%
G = 36.46%
B = 33.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#A5CABB (or 0xA5CABB) is known color: Opal. HEX triplet: A5, CA and BB. RGB value is (165,202,187). Sum of RGB (Red+Green+Blue) = 165+202+187=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CABB is #5A3544. Grayscale: #BDBDBD. Windows color (decimal): -5911877 or 12307109. OLE color: 12307109.

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

Color convert

RGB 165 202 187 -
CMYK 0.18 0 0.07 0.21
HSL 155.68º 0.26% 0.72% -
HSV(B) 155.68º 0.18% 0.79% -
XYZ 45.61 53.83 55 -
YUV 189.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 165 202 187 0.18 0 0.07 0.21 155.68 0.26 0.72
Hex A5 CA BB 12 0 7 15 9C 1A 48
Octal 245 312 273 22 0 7 25 234 32 110
Binary 10100101 11001010 10111011 10010 0 111 10101 10011100 11010 1001000

Color Harmonies of #A5CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CABB

Black with #A5CABB

Text Example


Text Example

White with #A5CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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