Html Css Color HEX #038B6B Observatory

📋 copy color: '#038B6B'

red 3 ◦ green 139 ◦ blue 107

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

Shades of Observatory #038B6B

Tints of Observatory #038B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 1.2%
G = 55.82%
B = 42.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#038B6B (or 0x038B6B) is known color: Observatory. HEX triplet: 03, 8B and 6B. RGB value is (3,139,107). Sum of RGB (Red+Green+Blue) = 3+139+107=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #038B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B6B is #FC7494. Grayscale: #5E5E5E. Windows color (decimal): -16544917 or 7047939. OLE color: 7047939.

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

Color convert

RGB 3 139 107 -
CMYK 0.98 0 0.23 0.45
HSL 165.88º 0.96% 0.28% -
HSV(B) 165.88º 0.98% 0.55% -
XYZ 11.92 19.55 17.05 -
YUV 94.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 3 139 107 0.98 0 0.23 0.45 165.88 0.96 0.28
Hex 3 8B 6B 62 0 17 2D A6 60 1C
Octal 3 213 153 142 0 27 55 246 140 34
Binary 11 10001011 1101011 1100010 0 10111 101101 10100110 1100000 11100

Color Harmonies of #038B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B6B

Black with #038B6B

Text Example


Text Example

White with #038B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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