Html Css Color HEX #10755D Deep Sea

📋 copy color: '#10755D'

red 16 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #10755D

Tints of Deep Sea #10755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 7.08%
G = 51.77%
B = 41.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#10755D (or 0x10755D) is known color: Deep Sea. HEX triplet: 10, 75 and 5D. RGB value is (16,117,93). Sum of RGB (Red+Green+Blue) = 16+117+93=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #10755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10755D is #EF8AA2. Grayscale: #545454. Windows color (decimal): -15698595 or 6124816. OLE color: 6124816.

HSL color Cylindrical-coordinate representation of color #10755D: hue angle of 165.74º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10755D is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 93 -
CMYK 0.86 0 0.21 0.54
HSL 165.74º 0.76% 0.26% -
HSV(B) 165.74º 0.86% 0.46% -
XYZ 8.55 13.62 12.53 -
YUV 84.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 16 117 93 0.86 0 0.21 0.54 165.74 0.76 0.26
Hex 10 75 5D 56 0 15 36 A6 4C 1A
Octal 20 165 135 126 0 25 66 246 114 32
Binary 10000 1110101 1011101 1010110 0 10101 110110 10100110 1001100 11010

Color Harmonies of #10755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10755D

Black with #10755D

Text Example


Text Example

White with #10755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10755D; }

 p { color: rgb(16,117,93); }

 H1.HeaderClassName
 {
   color: #10755D;
 }
 .AnyTagClassName
 {
   color: #10755D;
 }
</style>

background-color css

<style>
 a { background-color: #10755D; }

 a { background-color: rgb(16,117,93); }

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

border-color css

<style>
 span { border-color: #10755D; }

 span { border-color: rgb(16,117,93); }

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