Html Css Color HEX #10855F Deep Sea

📋 copy color: '#10855F'

red 16 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #10855F

Tints of Deep Sea #10855F

RGB

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

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

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

R = 6.56%
G = 54.51%
B = 38.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#10855F (or 0x10855F) is known color: Deep Sea. HEX triplet: 10, 85 and 5F. RGB value is (16,133,95). Sum of RGB (Red+Green+Blue) = 16+133+95=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #10855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10855F is #EF7AA0. Grayscale: #5D5D5D. Windows color (decimal): -15694497 or 6259984. OLE color: 6259984.

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

Color convert

RGB 16 133 95 -
CMYK 0.88 0 0.29 0.48
HSL 160.51º 0.79% 0.29% -
HSV(B) 160.51º 0.88% 0.52% -
XYZ 10.67 17.71 13.68 -
YUV 93.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 16 133 95 0.88 0 0.29 0.48 160.51 0.79 0.29
Hex 10 85 5F 58 0 1D 30 A1 4F 1D
Octal 20 205 137 130 0 35 60 241 117 35
Binary 10000 10000101 1011111 1011000 0 11101 110000 10100001 1001111 11101

Color Harmonies of #10855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10855F

Black with #10855F

Text Example


Text Example

White with #10855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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