Html Css Color HEX #A5CEC2 Opal

📋 copy color: '#A5CEC2'

red 165 ◦ green 206 ◦ blue 194

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

Shades of Opal #A5CEC2

Tints of Opal #A5CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.46%

 BLUE value IS 194 (76.17% from 255) = 34.34%

R = 29.2%
G = 36.46%
B = 34.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#A5CEC2 (or 0xA5CEC2) is known color: Opal. HEX triplet: A5, CE and C2. RGB value is (165,206,194). Sum of RGB (Red+Green+Blue) = 165+206+194=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEC2 is #5A313D. Grayscale: #C0C0C0. Windows color (decimal): -5910846 or 12766885. OLE color: 12766885.

HSL color Cylindrical-coordinate representation of color #A5CEC2: hue angle of 162.44º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 194 -
CMYK 0.20 0 0.06 0.19
HSL 162.44º 0.29% 0.73% -
HSV(B) 162.44º 0.2% 0.81% -
XYZ 47.33 56.04 59.36 -
YUV 192.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 165 206 194 0.20 0 0.06 0.19 162.44 0.29 0.73
Hex A5 CE C2 14 0 6 13 A2 1D 49
Octal 245 316 302 24 0 6 23 242 35 111
Binary 10100101 11001110 11000010 10100 0 110 10011 10100010 11101 1001001

Color Harmonies of #A5CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CEC2

Black with #A5CEC2

Text Example


Text Example

White with #A5CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CEC2; }

 p { color: rgb(165,206,194); }

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

background-color css

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

 a { background-color: rgb(165,206,194); }

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

border-color css

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

 span { border-color: rgb(165,206,194); }

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