Html Css Color HEX #008A85 Dark Cyan

📋 copy color: '#008A85'

red 0 ◦ green 138 ◦ blue 133

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

Shades of Dark Cyan #008A85

Tints of Dark Cyan #008A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.92%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 0%
G = 50.92%
B = 49.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#008A85 (or 0x008A85) is known color: Dark Cyan. HEX triplet: 00, 8A and 85. RGB value is (0,138,133). Sum of RGB (Red+Green+Blue) = 0+138+133=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #008A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A85 is #FF757A. Grayscale: #606060. Windows color (decimal): -16741755 or 8751616. OLE color: 8751616.

HSL color Cylindrical-coordinate representation of color #008A85: hue angle of 177.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A85 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 133 -
CMYK 1 0 0.04 0.46
HSL 177.83º 1% 0.27% -
HSV(B) 177.83º 1% 0.54% -
XYZ 13.32 19.87 25.32 -
YUV 96.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 0 138 133 1 0 0.04 0.46 177.83 1 0.27
Hex 0 8A 85 64 0 4 2E B2 64 1B
Octal 0 212 205 144 0 4 56 262 144 33
Binary 0 10001010 10000101 1100100 0 100 101110 10110010 1100100 11011

Color Harmonies of #008A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A85

Black with #008A85

Text Example


Text Example

White with #008A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008A85; }

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

 H1.HeaderClassName
 {
   color: #008A85;
 }
 .AnyTagClassName
 {
   color: #008A85;
 }
</style>

background-color css

<style>
 a { background-color: #008A85; }

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

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

border-color css

<style>
 span { border-color: #008A85; }

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

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