Html Css Color HEX #08938C Dark Cyan

📋 copy color: '#08938C'

red 8 ◦ green 147 ◦ blue 140

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

Shades of Dark Cyan #08938C

Tints of Dark Cyan #08938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 2.71%
G = 49.83%
B = 47.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#08938C (or 0x08938C) is known color: Dark Cyan. HEX triplet: 08, 93 and 8C. RGB value is (8,147,140). Sum of RGB (Red+Green+Blue) = 8+147+140=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #08938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08938C is #F76C73. Grayscale: #686868. Windows color (decimal): -16215156 or 9212680. OLE color: 9212680.

HSL color Cylindrical-coordinate representation of color #08938C: hue angle of 176.98º 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 #08938C is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 140 -
CMYK 0.95 0 0.05 0.42
HSL 176.98º 0.9% 0.3% -
HSV(B) 176.98º 0.95% 0.58% -
XYZ 15.27 22.81 28.41 -
YUV 104.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 8 147 140 0.95 0 0.05 0.42 176.98 0.9 0.3
Hex 8 93 8C 5F 0 5 2A B1 5A 1E
Octal 10 223 214 137 0 5 52 261 132 36
Binary 1000 10010011 10001100 1011111 0 101 101010 10110001 1011010 11110

Color Harmonies of #08938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08938C

Black with #08938C

Text Example


Text Example

White with #08938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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