Html Css Color HEX #08938D Dark Cyan

📋 copy color: '#08938D'

red 8 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #08938D

Tints of Dark Cyan #08938D

RGB

 RED value IS 8 (3.52% from 255) = 2.7%

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

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 2.7%
G = 49.66%
B = 47.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#08938D (or 0x08938D) is known color: Dark Cyan. HEX triplet: 08, 93 and 8D. RGB value is (8,147,141). Sum of RGB (Red+Green+Blue) = 8+147+141=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #08938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08938D is #F76C72. Grayscale: #686868. Windows color (decimal): -16215155 or 9278216. OLE color: 9278216.

HSL color Cylindrical-coordinate representation of color #08938D: hue angle of 177.41º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08938D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 141 -
CMYK 0.95 0 0.04 0.42
HSL 177.41º 0.9% 0.3% -
HSV(B) 177.41º 0.95% 0.58% -
XYZ 15.34 22.84 28.8 -
YUV 104.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 8 147 141 0.95 0 0.04 0.42 177.41 0.9 0.3
Hex 8 93 8D 5F 0 4 2A B1 5A 1E
Octal 10 223 215 137 0 4 52 261 132 36
Binary 1000 10010011 10001101 1011111 0 100 101010 10110001 1011010 11110

Color Harmonies of #08938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08938D

Black with #08938D

Text Example


Text Example

White with #08938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08938D; }

 p { color: rgb(8,147,141); }

 H1.HeaderClassName
 {
   color: #08938D;
 }
 .AnyTagClassName
 {
   color: #08938D;
 }
</style>

background-color css

<style>
 a { background-color: #08938D; }

 a { background-color: rgb(8,147,141); }

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

border-color css

<style>
 span { border-color: #08938D; }

 span { border-color: rgb(8,147,141); }

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