Html Css Color HEX #10988B Dark Cyan

📋 copy color: '#10988B'

red 16 ◦ green 152 ◦ blue 139

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

Shades of Dark Cyan #10988B

Tints of Dark Cyan #10988B

RGB

 RED value IS 16 (6.64% from 255) = 5.21%

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

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

R = 5.21%
G = 49.51%
B = 45.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#10988B (or 0x10988B) is known color: Dark Cyan. HEX triplet: 10, 98 and 8B. RGB value is (16,152,139). Sum of RGB (Red+Green+Blue) = 16+152+139=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #10988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10988B is #EF6774. Grayscale: #6D6D6D. Windows color (decimal): -15689589 or 9148432. OLE color: 9148432.

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

Color convert

RGB 16 152 139 -
CMYK 0.89 0 0.09 0.40
HSL 174.26º 0.81% 0.33% -
HSV(B) 174.26º 0.89% 0.6% -
XYZ 16.1 24.43 28.29 -
YUV 109.85 144.44 61.06 -
System Red Green Blue C M Y K H S L
Decimal 16 152 139 0.89 0 0.09 0.40 174.26 0.81 0.33
Hex 10 98 8B 59 0 9 28 AE 51 21
Octal 20 230 213 131 0 11 50 256 121 41
Binary 10000 10011000 10001011 1011001 0 1001 101000 10101110 1010001 100001

Color Harmonies of #10988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10988B

Black with #10988B

Text Example


Text Example

White with #10988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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