Html Css Color HEX #01948F Dark Cyan

📋 copy color: '#01948F'

red 1 ◦ green 148 ◦ blue 143

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

Shades of Dark Cyan #01948F

Tints of Dark Cyan #01948F

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 143 (56.25% from 255) = 48.97%

R = 0.34%
G = 50.68%
B = 48.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#01948F (or 0x01948F) is known color: Dark Cyan. HEX triplet: 01, 94 and 8F. RGB value is (1,148,143). Sum of RGB (Red+Green+Blue) = 1+148+143=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #01948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01948F is #FE6B70. Grayscale: #676767. Windows color (decimal): -16673649 or 9409537. OLE color: 9409537.

HSL color Cylindrical-coordinate representation of color #01948F: hue angle of 177.96º degrees, saturation: 0.99, 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 #01948F is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 143 -
CMYK 0.99 0 0.03 0.42
HSL 177.96º 0.99% 0.29% -
HSV(B) 177.96º 0.99% 0.58% -
XYZ 15.56 23.17 29.64 -
YUV 103.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 1 148 143 0.99 0 0.03 0.42 177.96 0.99 0.29
Hex 1 94 8F 63 0 3 2A B2 63 1D
Octal 1 224 217 143 0 3 52 262 143 35
Binary 1 10010100 10001111 1100011 0 11 101010 10110010 1100011 11101

Color Harmonies of #01948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01948F

Black with #01948F

Text Example


Text Example

White with #01948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01948F; }

 p { color: rgb(1,148,143); }

 H1.HeaderClassName
 {
   color: #01948F;
 }
 .AnyTagClassName
 {
   color: #01948F;
 }
</style>

background-color css

<style>
 a { background-color: #01948F; }

 a { background-color: rgb(1,148,143); }

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

border-color css

<style>
 span { border-color: #01948F; }

 span { border-color: rgb(1,148,143); }

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