Html Css Color HEX #10835B Deep Sea

📋 copy color: '#10835B'

red 16 ◦ green 131 ◦ blue 91

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

Shades of Deep Sea #10835B

Tints of Deep Sea #10835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 6.72%
G = 55.04%
B = 38.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#10835B (or 0x10835B) is known color: Deep Sea. HEX triplet: 10, 83 and 5B. RGB value is (16,131,91). Sum of RGB (Red+Green+Blue) = 16+131+91=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #10835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10835B is #EF7CA4. Grayscale: #5C5C5C. Windows color (decimal): -15695013 or 5997328. OLE color: 5997328.

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

Color convert

RGB 16 131 91 -
CMYK 0.88 0 0.31 0.49
HSL 159.13º 0.78% 0.29% -
HSV(B) 159.13º 0.88% 0.51% -
XYZ 10.22 17.1 12.66 -
YUV 92.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 16 131 91 0.88 0 0.31 0.49 159.13 0.78 0.29
Hex 10 83 5B 58 0 1F 31 9F 4E 1D
Octal 20 203 133 130 0 37 61 237 116 35
Binary 10000 10000011 1011011 1011000 0 11111 110001 10011111 1001110 11101

Color Harmonies of #10835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10835B

Black with #10835B

Text Example


Text Example

White with #10835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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