Html Css Color HEX #10725E Deep Sea

📋 copy color: '#10725E'

red 16 ◦ green 114 ◦ blue 94

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

Shades of Deep Sea #10725E

Tints of Deep Sea #10725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.89%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 7.14%
G = 50.89%
B = 41.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#10725E (or 0x10725E) is known color: Deep Sea. HEX triplet: 10, 72 and 5E. RGB value is (16,114,94). Sum of RGB (Red+Green+Blue) = 16+114+94=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #10725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10725E is #EF8DA1. Grayscale: #525252. Windows color (decimal): -15699362 or 6189584. OLE color: 6189584.

HSL color Cylindrical-coordinate representation of color #10725E: hue angle of 167.76º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10725E is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 94 -
CMYK 0.86 0 0.18 0.55
HSL 167.76º 0.75% 0.25% -
HSV(B) 167.76º 0.86% 0.45% -
XYZ 8.25 12.95 12.65 -
YUV 82.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 16 114 94 0.86 0 0.18 0.55 167.76 0.75 0.25
Hex 10 72 5E 56 0 12 37 A8 4B 19
Octal 20 162 136 126 0 22 67 250 113 31
Binary 10000 1110010 1011110 1010110 0 10010 110111 10101000 1001011 11001

Color Harmonies of #10725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10725E

Black with #10725E

Text Example


Text Example

White with #10725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10725E; }

 p { color: rgb(16,114,94); }

 H1.HeaderClassName
 {
   color: #10725E;
 }
 .AnyTagClassName
 {
   color: #10725E;
 }
</style>

background-color css

<style>
 a { background-color: #10725E; }

 a { background-color: rgb(16,114,94); }

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

border-color css

<style>
 span { border-color: #10725E; }

 span { border-color: rgb(16,114,94); }

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