Html Css Color HEX #10855D Deep Sea

📋 copy color: '#10855D'

red 16 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #10855D

Tints of Deep Sea #10855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.96%

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

R = 6.61%
G = 54.96%
B = 38.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#10855D (or 0x10855D) is known color: Deep Sea. HEX triplet: 10, 85 and 5D. RGB value is (16,133,93). Sum of RGB (Red+Green+Blue) = 16+133+93=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #10855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10855D is #EF7AA2. Grayscale: #5D5D5D. Windows color (decimal): -15694499 or 6128912. OLE color: 6128912.

HSL color Cylindrical-coordinate representation of color #10855D: hue angle of 159.49º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10855D is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 93 -
CMYK 0.88 0 0.30 0.48
HSL 159.49º 0.79% 0.29% -
HSV(B) 159.49º 0.88% 0.52% -
XYZ 10.58 17.68 13.21 -
YUV 93.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 16 133 93 0.88 0 0.30 0.48 159.49 0.79 0.29
Hex 10 85 5D 58 0 1E 30 9F 4F 1D
Octal 20 205 135 130 0 36 60 237 117 35
Binary 10000 10000101 1011101 1011000 0 11110 110000 10011111 1001111 11101

Color Harmonies of #10855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10855D

Black with #10855D

Text Example


Text Example

White with #10855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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