Html Css Color HEX #A5CBC4 Opal

📋 copy color: '#A5CBC4'

red 165 ◦ green 203 ◦ blue 196

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

Shades of Opal #A5CBC4

Tints of Opal #A5CBC4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 29.26%
G = 35.99%
B = 34.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#A5CBC4 (or 0xA5CBC4) is known color: Opal. HEX triplet: A5, CB and C4. RGB value is (165,203,196). Sum of RGB (Red+Green+Blue) = 165+203+196=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC4 is #5A343B. Grayscale: #BEBEBE. Windows color (decimal): -5911612 or 12897189. OLE color: 12897189.

HSL color Cylindrical-coordinate representation of color #A5CBC4: hue angle of 168.95º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBC4 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 196 -
CMYK 0.19 0 0.03 0.20
HSL 168.95º 0.27% 0.72% -
HSV(B) 168.95º 0.19% 0.8% -
XYZ 46.84 54.7 60.31 -
YUV 190.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 165 203 196 0.19 0 0.03 0.20 168.95 0.27 0.72
Hex A5 CB C4 13 0 3 14 A9 1B 48
Octal 245 313 304 23 0 3 24 251 33 110
Binary 10100101 11001011 11000100 10011 0 11 10100 10101001 11011 1001000

Color Harmonies of #A5CBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBC4

Black with #A5CBC4

Text Example


Text Example

White with #A5CBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBC4; }

 p { color: rgb(165,203,196); }

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

background-color css

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

 a { background-color: rgb(165,203,196); }

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

border-color css

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

 span { border-color: rgb(165,203,196); }

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