Html Css Color HEX #10755F Deep Sea

📋 copy color: '#10755F'

red 16 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #10755F

Tints of Deep Sea #10755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 7.02%
G = 51.32%
B = 41.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#10755F (or 0x10755F) is known color: Deep Sea. HEX triplet: 10, 75 and 5F. RGB value is (16,117,95). Sum of RGB (Red+Green+Blue) = 16+117+95=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #10755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10755F is #EF8AA0. Grayscale: #545454. Windows color (decimal): -15698593 or 6255888. OLE color: 6255888.

HSL color Cylindrical-coordinate representation of color #10755F: hue angle of 166.93º 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 #10755F is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 95 -
CMYK 0.86 0 0.19 0.54
HSL 166.93º 0.76% 0.26% -
HSV(B) 166.93º 0.86% 0.46% -
XYZ 8.64 13.66 13.01 -
YUV 84.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 16 117 95 0.86 0 0.19 0.54 166.93 0.76 0.26
Hex 10 75 5F 56 0 13 36 A7 4C 1A
Octal 20 165 137 126 0 23 66 247 114 32
Binary 10000 1110101 1011111 1010110 0 10011 110110 10100111 1001100 11010

Color Harmonies of #10755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10755F

Black with #10755F

Text Example


Text Example

White with #10755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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