Html Css Color HEX #0A8588 Dark Cyan

📋 copy color: '#0A8588'

red 10 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #0A8588

Tints of Dark Cyan #0A8588

RGB

 RED value IS 10 (4.3% from 255) = 3.58%

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

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 3.58%
G = 47.67%
B = 48.75%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A8588 (or 0x0A8588) is known color: Dark Cyan. HEX triplet: 0A, 85 and 88. RGB value is (10,133,136). Sum of RGB (Red+Green+Blue) = 10+133+136=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A8588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8588 is #F57A77. Grayscale: #606060. Windows color (decimal): -16087672 or 8946954. OLE color: 8946954.

HSL color Cylindrical-coordinate representation of color #0A8588: hue angle of 181.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8588 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 133 136 -
CMYK 0.93 0.02 0 0.47
HSL 181.43º 0.86% 0.29% -
HSV(B) 181.43º 0.93% 0.53% -
XYZ 12.96 18.62 26.2 -
YUV 96.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 10 133 136 0.93 0.02 0 0.47 181.43 0.86 0.29
Hex A 85 88 5D 2 0 2F B5 56 1D
Octal 12 205 210 135 2 0 57 265 126 35
Binary 1010 10000101 10001000 1011101 10 0 101111 10110101 1010110 11101

Color Harmonies of #0A8588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8588

Black with #0A8588

Text Example


Text Example

White with #0A8588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8588; }

 p { color: rgb(10,133,136); }

 H1.HeaderClassName
 {
   color: #0A8588;
 }
 .AnyTagClassName
 {
   color: #0A8588;
 }
</style>

background-color css

<style>
 a { background-color: #0A8588; }

 a { background-color: rgb(10,133,136); }

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

border-color css

<style>
 span { border-color: #0A8588; }

 span { border-color: rgb(10,133,136); }

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