Html Css Color HEX #01908D Dark Cyan

📋 copy color: '#01908D'

red 1 ◦ green 144 ◦ blue 141

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

Shades of Dark Cyan #01908D

Tints of Dark Cyan #01908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 0.35%
G = 50.35%
B = 49.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#01908D (or 0x01908D) is known color: Dark Cyan. HEX triplet: 01, 90 and 8D. RGB value is (1,144,141). Sum of RGB (Red+Green+Blue) = 1+144+141=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #01908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01908D is #FE6F72. Grayscale: #646464. Windows color (decimal): -16674675 or 9277441. OLE color: 9277441.

HSL color Cylindrical-coordinate representation of color #01908D: hue angle of 178.74º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01908D is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 141 -
CMYK 0.99 0 0.02 0.44
HSL 178.74º 0.99% 0.28% -
HSV(B) 178.74º 0.99% 0.56% -
XYZ 14.79 21.88 28.64 -
YUV 100.9 150.62 56.74 -
System Red Green Blue C M Y K H S L
Decimal 1 144 141 0.99 0 0.02 0.44 178.74 0.99 0.28
Hex 1 90 8D 63 0 2 2C B3 63 1C
Octal 1 220 215 143 0 2 54 263 143 34
Binary 1 10010000 10001101 1100011 0 10 101100 10110011 1100011 11100

Color Harmonies of #01908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01908D

Black with #01908D

Text Example


Text Example

White with #01908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,144,141); }

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

background-color css

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

 a { background-color: rgb(1,144,141); }

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

border-color css

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

 span { border-color: rgb(1,144,141); }

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