Html Css Color HEX #08988B Dark Cyan

📋 copy color: '#08988B'

red 8 ◦ green 152 ◦ blue 139

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

Shades of Dark Cyan #08988B

Tints of Dark Cyan #08988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.84%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 2.68%
G = 50.84%
B = 46.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#08988B (or 0x08988B) is known color: Dark Cyan. HEX triplet: 08, 98 and 8B. RGB value is (8,152,139). Sum of RGB (Red+Green+Blue) = 8+152+139=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #08988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08988B is #F76774. Grayscale: #6B6B6B. Windows color (decimal): -16213877 or 9148424. OLE color: 9148424.

HSL color Cylindrical-coordinate representation of color #08988B: hue angle of 174.58º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08988B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 139 -
CMYK 0.95 0 0.09 0.40
HSL 174.58º 0.9% 0.31% -
HSV(B) 174.58º 0.95% 0.6% -
XYZ 15.99 24.37 28.29 -
YUV 107.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 8 152 139 0.95 0 0.09 0.40 174.58 0.9 0.31
Hex 8 98 8B 5F 0 9 28 AF 5A 1F
Octal 10 230 213 137 0 11 50 257 132 37
Binary 1000 10011000 10001011 1011111 0 1001 101000 10101111 1011010 11111

Color Harmonies of #08988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08988B

Black with #08988B

Text Example


Text Example

White with #08988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08988B; }

 p { color: rgb(8,152,139); }

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

background-color css

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

 a { background-color: rgb(8,152,139); }

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

border-color css

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

 span { border-color: rgb(8,152,139); }

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