Html Css Color HEX #94A08A Delta

📋 copy color: '#94A08A'

red 148 ◦ green 160 ◦ blue 138

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

Shades of Delta #94A08A

Tints of Delta #94A08A

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 33.18%
G = 35.87%
B = 30.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#94A08A (or 0x94A08A) is known color: Delta. HEX triplet: 94, A0 and 8A. RGB value is (148,160,138). Sum of RGB (Red+Green+Blue) = 148+160+138=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #94A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A08A is #6B5F75. Grayscale: #999999. Windows color (decimal): -7036790 or 9085076. OLE color: 9085076.

HSL color Cylindrical-coordinate representation of color #94A08A: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A08A is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 138 -
CMYK 0.07 0 0.14 0.37
HSL 92.73º 0.1% 0.58% -
HSV(B) 92.73º 0.14% 0.63% -
XYZ 29.37 33.27 28.92 -
YUV 153.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 148 160 138 0.07 0 0.14 0.37 92.73 0.1 0.58
Hex 94 A0 8A 7 0 E 25 5D A 3A
Octal 224 240 212 7 0 16 45 135 12 72
Binary 10010100 10100000 10001010 111 0 1110 100101 1011101 1010 111010

Color Harmonies of #94A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A08A

Black with #94A08A

Text Example


Text Example

White with #94A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A08A; }

 p { color: rgb(148,160,138); }

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

background-color css

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

 a { background-color: rgb(148,160,138); }

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

border-color css

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

 span { border-color: rgb(148,160,138); }

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