Html Css Color HEX #01958F Dark Cyan

📋 copy color: '#01958F'

red 1 ◦ green 149 ◦ blue 143

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

Shades of Dark Cyan #01958F

Tints of Dark Cyan #01958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

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

R = 0.34%
G = 50.85%
B = 48.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#01958F (or 0x01958F) is known color: Dark Cyan. HEX triplet: 01, 95 and 8F. RGB value is (1,149,143). Sum of RGB (Red+Green+Blue) = 1+149+143=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #01958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01958F is #FE6A70. Grayscale: #676767. Windows color (decimal): -16673393 or 9409793. OLE color: 9409793.

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

Color convert

RGB 1 149 143 -
CMYK 0.99 0 0.04 0.42
HSL 177.57º 0.99% 0.29% -
HSV(B) 177.57º 0.99% 0.58% -
XYZ 15.72 23.48 29.69 -
YUV 104.06 149.97 54.49 -
System Red Green Blue C M Y K H S L
Decimal 1 149 143 0.99 0 0.04 0.42 177.57 0.99 0.29
Hex 1 95 8F 63 0 4 2A B2 63 1D
Octal 1 225 217 143 0 4 52 262 143 35
Binary 1 10010101 10001111 1100011 0 100 101010 10110010 1100011 11101

Color Harmonies of #01958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01958F

Black with #01958F

Text Example


Text Example

White with #01958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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