#02938B

Color #02938B Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #02938B

Tints of Dark Cyan #02938B

Color information

#02938B (or 0x02938B) is unknown color: approx Dark Cyan. HEX triplet: 02, 93 and 8B. RGB value is (2,147,139). Sum of RGB (Red+Green+Blue) = 2+147+139=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #02938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02938B is #FD6C74. Grayscale: #666666. Windows color (decimal): -16608373 or 9147138. OLE color: 9147138.

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

Color convert

RGB2147139-
CMYK0.9900.050.42
HSL176.69º97.32%29.22%-
HSV(B)176.69º98.64%57.65%-
XYZ15.1222.7428.02-
YUV102.73148.4656.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=0.69%
G=51.04%
B=48.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21471390.9900.050.42176.6997.3229.22
Hex2938B63052Ab1611d
Octal2223213143055226114135
Binary1010010011100010111100011010110101010110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02938B;
 }
 .AnyTagClassName
 {
   color: #02938B;
 }
</style>
background-color css

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

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

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

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

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

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