Html Css Color HEX #038B6D Observatory

📋 copy color: '#038B6D'

red 3 ◦ green 139 ◦ blue 109

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

Shades of Observatory #038B6D

Tints of Observatory #038B6D

RGB

 RED value IS 3 (1.56% from 255) = 1.2%

 GREEN value IS 139 (54.69% from 255) = 55.38%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 1.2%
G = 55.38%
B = 43.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#038B6D (or 0x038B6D) is known color: Observatory. HEX triplet: 03, 8B and 6D. RGB value is (3,139,109). Sum of RGB (Red+Green+Blue) = 3+139+109=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #038B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B6D is #FC7492. Grayscale: #5E5E5E. Windows color (decimal): -16544915 or 7179011. OLE color: 7179011.

HSL color Cylindrical-coordinate representation of color #038B6D: hue angle of 166.76º 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 #038B6D is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 109 -
CMYK 0.98 0 0.22 0.45
HSL 166.76º 0.96% 0.28% -
HSV(B) 166.76º 0.98% 0.55% -
XYZ 12.03 19.59 17.61 -
YUV 94.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 3 139 109 0.98 0 0.22 0.45 166.76 0.96 0.28
Hex 3 8B 6D 62 0 16 2D A7 60 1C
Octal 3 213 155 142 0 26 55 247 140 34
Binary 11 10001011 1101101 1100010 0 10110 101101 10100111 1100000 11100

Color Harmonies of #038B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B6D

Black with #038B6D

Text Example


Text Example

White with #038B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,139,109); }

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

background-color css

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

 a { background-color: rgb(3,139,109); }

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

border-color css

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

 span { border-color: rgb(3,139,109); }

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