Html Css Color HEX #00938B Dark Cyan

📋 copy color: '#00938B'

red 0 ◦ green 147 ◦ blue 139

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

Shades of Dark Cyan #00938B

Tints of Dark Cyan #00938B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 147 (57.81% from 255) = 51.4%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 0%
G = 51.4%
B = 48.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#00938B (or 0x00938B) is known color: Dark Cyan. HEX triplet: 00, 93 and 8B. RGB value is (0,147,139). Sum of RGB (Red+Green+Blue) = 0+147+139=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #00938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00938B is #FF6C74. Grayscale: #666666. Windows color (decimal): -16739445 or 9147136. OLE color: 9147136.

HSL color Cylindrical-coordinate representation of color #00938B: hue angle of 176.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00938B is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 139 -
CMYK 1 0 0.05 0.42
HSL 176.73º 1% 0.29% -
HSV(B) 176.73º 1% 0.58% -
XYZ 15.09 22.73 28.02 -
YUV 102.14 148.8 55.15 -
System Red Green Blue C M Y K H S L
Decimal 0 147 139 1 0 0.05 0.42 176.73 1 0.29
Hex 0 93 8B 64 0 5 2A B1 64 1D
Octal 0 223 213 144 0 5 52 261 144 35
Binary 0 10010011 10001011 1100100 0 101 101010 10110001 1100100 11101

Color Harmonies of #00938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00938B

Black with #00938B

Text Example


Text Example

White with #00938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00938B; }

 p { color: rgb(0,147,139); }

 H1.HeaderClassName
 {
   color: #00938B;
 }
 .AnyTagClassName
 {
   color: #00938B;
 }
</style>

background-color css

<style>
 a { background-color: #00938B; }

 a { background-color: rgb(0,147,139); }

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

border-color css

<style>
 span { border-color: #00938B; }

 span { border-color: rgb(0,147,139); }

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