Html Css Color HEX #038D6A Observatory

📋 copy color: '#038D6A'

red 3 ◦ green 141 ◦ blue 106

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

Shades of Observatory #038D6A

Tints of Observatory #038D6A

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.8% from 255) = 42.4%

R = 1.2%
G = 56.4%
B = 42.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#038D6A (or 0x038D6A) is known color: 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

RGB 3 141 106 -
CMYK 0.98 0 0.25 0.45
HSL 164.78º 0.96% 0.28% -
HSV(B) 164.78º 0.98% 0.55% -
XYZ 12.16 20.11 16.88 -
YUV 95.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 3 141 106 0.98 0 0.25 0.45 164.78 0.96 0.28
Hex 3 8D 6A 62 0 19 2D A5 60 1C
Octal 3 215 152 142 0 31 55 245 140 34
Binary 11 10001101 1101010 1100010 0 11001 101101 10100101 1100000 11100

Color Harmonies of #038D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D6A

Black with #038D6A

Text Example


Text Example

White with #038D6A

Text Example


Text Example

HTML Codes & Css Web 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>