Html Css Color HEX #10855C Deep Sea

📋 copy color: '#10855C'

red 16 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #10855C

Tints of Deep Sea #10855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 6.64%
G = 55.19%
B = 38.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#10855C (or 0x10855C) is known color: Deep Sea. HEX triplet: 10, 85 and 5C. RGB value is (16,133,92). Sum of RGB (Red+Green+Blue) = 16+133+92=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #10855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10855C is #EF7AA3. Grayscale: #5D5D5D. Windows color (decimal): -15694500 or 6063376. OLE color: 6063376.

HSL color Cylindrical-coordinate representation of color #10855C: hue angle of 158.97º 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 #10855C is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 92 -
CMYK 0.88 0 0.31 0.48
HSL 158.97º 0.79% 0.29% -
HSV(B) 158.97º 0.88% 0.52% -
XYZ 10.53 17.66 12.98 -
YUV 93.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 16 133 92 0.88 0 0.31 0.48 158.97 0.79 0.29
Hex 10 85 5C 58 0 1F 30 9F 4F 1D
Octal 20 205 134 130 0 37 60 237 117 35
Binary 10000 10000101 1011100 1011000 0 11111 110000 10011111 1001111 11101

Color Harmonies of #10855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10855C

Black with #10855C

Text Example


Text Example

White with #10855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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