Html Css Color HEX #A4CABB Opal

📋 copy color: '#A4CABB'

red 164 ◦ green 202 ◦ blue 187

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

Shades of Opal #A4CABB

Tints of Opal #A4CABB

RGB

 RED value IS 164 (64.45% from 255) = 29.66%

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

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

R = 29.66%
G = 36.53%
B = 33.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#A4CABB (or 0xA4CABB) is known color: Opal. HEX triplet: A4, CA and BB. RGB value is (164,202,187). Sum of RGB (Red+Green+Blue) = 164+202+187=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CABB is #5B3544. Grayscale: #BCBCBC. Windows color (decimal): -5977413 or 12307108. OLE color: 12307108.

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

Color convert

RGB 164 202 187 -
CMYK 0.19 0 0.07 0.21
HSL 156.32º 0.26% 0.72% -
HSV(B) 156.32º 0.19% 0.79% -
XYZ 45.4 53.72 54.99 -
YUV 188.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 164 202 187 0.19 0 0.07 0.21 156.32 0.26 0.72
Hex A4 CA BB 13 0 7 15 9C 1A 48
Octal 244 312 273 23 0 7 25 234 32 110
Binary 10100100 11001010 10111011 10011 0 111 10101 10011100 11010 1001000

Color Harmonies of #A4CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CABB

Black with #A4CABB

Text Example


Text Example

White with #A4CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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