Html Css Color HEX #06958A Dark Cyan

📋 copy color: '#06958A'

red 6 ◦ green 149 ◦ blue 138

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

Shades of Dark Cyan #06958A

Tints of Dark Cyan #06958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

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

R = 2.05%
G = 50.85%
B = 47.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#06958A (or 0x06958A) is known color: Dark Cyan. HEX triplet: 06, 95 and 8A. RGB value is (6,149,138). Sum of RGB (Red+Green+Blue) = 6+149+138=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #06958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06958A is #F96A75. Grayscale: #686868. Windows color (decimal): -16345718 or 9082118. OLE color: 9082118.

HSL color Cylindrical-coordinate representation of color #06958A: hue angle of 175.38º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06958A is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 138 -
CMYK 0.96 0 0.07 0.42
HSL 175.38º 0.92% 0.3% -
HSV(B) 175.38º 0.96% 0.58% -
XYZ 15.41 23.37 27.74 -
YUV 104.99 146.62 57.39 -
System Red Green Blue C M Y K H S L
Decimal 6 149 138 0.96 0 0.07 0.42 175.38 0.92 0.3
Hex 6 95 8A 60 0 7 2A AF 5C 1E
Octal 6 225 212 140 0 7 52 257 134 36
Binary 110 10010101 10001010 1100000 0 111 101010 10101111 1011100 11110

Color Harmonies of #06958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06958A

Black with #06958A

Text Example


Text Example

White with #06958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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