#038D6A

Color #038D6A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #038D6A

Tints of Observatory #038D6A

Color information

#038D6A (or 0x038D6A) is unknown color: approx Observatory. HEX triplet: 03, 8D and 6A. RGB value is (3,141,106). Sum of RGB (Red+Green+Blue) = 3+141+106=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #038D6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D6A is #FC7295. Grayscale: #5F5F5F. Windows color (decimal): -16544406 or 6982915. OLE color: 6982915.

HSL color Cylindrical-coordinate representation of color #038D6A: hue angle of 164.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D6A is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB3141106-
CMYK0.9800.250.45
HSL164.78º95.83%28.24%-
HSV(B)164.78º97.87%55.29%-
XYZ12.1620.1116.88-
YUV95.75133.7861.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=1.2%
G=56.4%
B=42.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31411060.9800.250.45164.7895.8328.24
Hex38D6A620192Da5601c
Octal32151521420315524514034
Binary11100011011101010110001001100110110110100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D6A; }

 p { color: rgb(3,141,106); }

 H1.HeaderClassName
 {
   color: #038D6A;
 }
 .AnyTagClassName
 {
   color: #038D6A;
 }
</style>
background-color css

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

 a { background-color: rgb(3,141,106); }

 div.DivClassName
 {
   background-color: #038D6A;
 }
 .BgClassName
 {
   background-color: #038D6A;
 }
</style>
border-color css

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

 span { border-color: rgb(3,141,106); }

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