Html Css Color HEX #00858F Dark Cyan

📋 copy color: '#00858F'

red 0 ◦ green 133 ◦ blue 143

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

Shades of Dark Cyan #00858F

Tints of Dark Cyan #00858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

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

R = 0%
G = 48.19%
B = 51.81%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00858F (or 0x00858F) is known color: Dark Cyan. HEX triplet: 00, 85 and 8F. RGB value is (0,133,143). Sum of RGB (Red+Green+Blue) = 0+133+143=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #00858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00858F is #FF7A70. Grayscale: #5E5E5E. Windows color (decimal): -16743025 or 9405696. OLE color: 9405696.

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

Color convert

RGB 0 133 143 -
CMYK 1 0.07 0 0.44
HSL 184.2º 1% 0.28% -
HSV(B) 184.2º 1% 0.56% -
XYZ 13.35 18.76 28.9 -
YUV 94.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 0 133 143 1 0.07 0 0.44 184.2 1 0.28
Hex 0 85 8F 64 7 0 2C B8 64 1C
Octal 0 205 217 144 7 0 54 270 144 34
Binary 0 10000101 10001111 1100100 111 0 101100 10111000 1100100 11100

Color Harmonies of #00858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00858F

Black with #00858F

Text Example


Text Example

White with #00858F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,133,143); }

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

background-color css

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

 a { background-color: rgb(0,133,143); }

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

border-color css

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

 span { border-color: rgb(0,133,143); }

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