Html Css Color HEX #0C988E Dark Cyan

📋 copy color: '#0C988E'

red 12 ◦ green 152 ◦ blue 142

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

Shades of Dark Cyan #0C988E

Tints of Dark Cyan #0C988E

RGB

 RED value IS 12 (5.08% from 255) = 3.92%

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 3.92%
G = 49.67%
B = 46.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#0C988E (or 0x0C988E) is known color: Dark Cyan. HEX triplet: 0C, 98 and 8E. RGB value is (12,152,142). Sum of RGB (Red+Green+Blue) = 12+152+142=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #0C988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C988E is #F36771. Grayscale: #6C6C6C. Windows color (decimal): -15951730 or 9345036. OLE color: 9345036.

HSL color Cylindrical-coordinate representation of color #0C988E: hue angle of 175.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C988E is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 142 -
CMYK 0.92 0 0.07 0.40
HSL 175.71º 0.85% 0.32% -
HSV(B) 175.71º 0.92% 0.6% -
XYZ 16.26 24.49 29.46 -
YUV 109 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 12 152 142 0.92 0 0.07 0.40 175.71 0.85 0.32
Hex C 98 8E 5C 0 7 28 B0 55 20
Octal 14 230 216 134 0 7 50 260 125 40
Binary 1100 10011000 10001110 1011100 0 111 101000 10110000 1010101 100000

Color Harmonies of #0C988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C988E

Black with #0C988E

Text Example


Text Example

White with #0C988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,152,142); }

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

background-color css

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

 a { background-color: rgb(12,152,142); }

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

border-color css

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

 span { border-color: rgb(12,152,142); }

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