Html Css Color HEX #00948D Dark Cyan

📋 copy color: '#00948D'

red 0 ◦ green 148 ◦ blue 141

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

Shades of Dark Cyan #00948D

Tints of Dark Cyan #00948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

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

R = 0%
G = 51.21%
B = 48.79%

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

#00948D (or 0x00948D) is known color: Dark Cyan. HEX triplet: 00, 94 and 8D. RGB value is (0,148,141). Sum of RGB (Red+Green+Blue) = 0+148+141=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #00948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00948D is #FF6B72. Grayscale: #666666. Windows color (decimal): -16739187 or 9278464. OLE color: 9278464.

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

Color convert

RGB 0 148 141 -
CMYK 1 0 0.05 0.42
HSL 177.16º 1% 0.29% -
HSV(B) 177.16º 1% 0.58% -
XYZ 15.4 23.1 28.85 -
YUV 102.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 0 148 141 1 0 0.05 0.42 177.16 1 0.29
Hex 0 94 8D 64 0 5 2A B1 64 1D
Octal 0 224 215 144 0 5 52 261 144 35
Binary 0 10010100 10001101 1100100 0 101 101010 10110001 1100100 11101

Color Harmonies of #00948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00948D

Black with #00948D

Text Example


Text Example

White with #00948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,148,141); }

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

background-color css

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

 a { background-color: rgb(0,148,141); }

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

border-color css

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

 span { border-color: rgb(0,148,141); }

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