Html Css Color HEX #06988A Dark Cyan

📋 copy color: '#06988A'

red 6 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #06988A

Tints of Dark Cyan #06988A

RGB

 RED value IS 6 (2.73% from 255) = 2.03%

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

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 2.03%
G = 51.35%
B = 46.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#06988A (or 0x06988A) is known color: Dark Cyan. HEX triplet: 06, 98 and 8A. RGB value is (6,152,138). Sum of RGB (Red+Green+Blue) = 6+152+138=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #06988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06988A is #F96775. Grayscale: #6A6A6A. Windows color (decimal): -16344950 or 9082886. OLE color: 9082886.

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

Color convert

RGB 6 152 138 -
CMYK 0.96 0 0.09 0.40
HSL 174.25º 0.92% 0.31% -
HSV(B) 174.25º 0.96% 0.6% -
XYZ 15.89 24.33 27.9 -
YUV 106.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 6 152 138 0.96 0 0.09 0.40 174.25 0.92 0.31
Hex 6 98 8A 60 0 9 28 AE 5C 1F
Octal 6 230 212 140 0 11 50 256 134 37
Binary 110 10011000 10001010 1100000 0 1001 101000 10101110 1011100 11111

Color Harmonies of #06988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06988A

Black with #06988A

Text Example


Text Example

White with #06988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06988A; }

 p { color: rgb(6,152,138); }

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

background-color css

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

 a { background-color: rgb(6,152,138); }

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

border-color css

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

 span { border-color: rgb(6,152,138); }

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