Html Css Color HEX #10835F Deep Sea

📋 copy color: '#10835F'

red 16 ◦ green 131 ◦ blue 95

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

Shades of Deep Sea #10835F

Tints of Deep Sea #10835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.13%

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

R = 6.61%
G = 54.13%
B = 39.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#10835F (or 0x10835F) is known color: Deep Sea. HEX triplet: 10, 83 and 5F. RGB value is (16,131,95). Sum of RGB (Red+Green+Blue) = 16+131+95=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #10835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10835F is #EF7CA0. Grayscale: #5C5C5C. Windows color (decimal): -15695009 or 6259472. OLE color: 6259472.

HSL color Cylindrical-coordinate representation of color #10835F: hue angle of 161.22º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10835F is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 95 -
CMYK 0.88 0 0.27 0.49
HSL 161.22º 0.78% 0.29% -
HSV(B) 161.22º 0.88% 0.51% -
XYZ 10.4 17.17 13.59 -
YUV 92.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 16 131 95 0.88 0 0.27 0.49 161.22 0.78 0.29
Hex 10 83 5F 58 0 1B 31 A1 4E 1D
Octal 20 203 137 130 0 33 61 241 116 35
Binary 10000 10000011 1011111 1011000 0 11011 110001 10100001 1001110 11101

Color Harmonies of #10835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10835F

Black with #10835F

Text Example


Text Example

White with #10835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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