Html Css Color HEX #088983 Dark Cyan

📋 copy color: '#088983'

red 8 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #088983

Tints of Dark Cyan #088983

RGB

 RED value IS 8 (3.52% from 255) = 2.9%

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 2.9%
G = 49.64%
B = 47.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#088983 (or 0x088983) is known color: Dark Cyan. HEX triplet: 08, 89 and 83. RGB value is (8,137,131). Sum of RGB (Red+Green+Blue) = 8+137+131=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #088983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088983 is #F7767C. Grayscale: #616161. Windows color (decimal): -16217725 or 8620296. OLE color: 8620296.

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

Color convert

RGB 8 137 131 -
CMYK 0.94 0 0.04 0.46
HSL 177.21º 0.89% 0.28% -
HSV(B) 177.21º 0.94% 0.54% -
XYZ 13.14 19.58 24.56 -
YUV 97.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 8 137 131 0.94 0 0.04 0.46 177.21 0.89 0.28
Hex 8 89 83 5E 0 4 2E B1 59 1C
Octal 10 211 203 136 0 4 56 261 131 34
Binary 1000 10001001 10000011 1011110 0 100 101110 10110001 1011001 11100

Color Harmonies of #088983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088983

Black with #088983

Text Example


Text Example

White with #088983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088983; }

 p { color: rgb(8,137,131); }

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

background-color css

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

 a { background-color: rgb(8,137,131); }

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

border-color css

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

 span { border-color: rgb(8,137,131); }

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