Html Css Color HEX #107263 Deep Sea

📋 copy color: '#107263'

red 16 ◦ green 114 ◦ blue 99

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

Shades of Deep Sea #107263

Tints of Deep Sea #107263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 6.99%
G = 49.78%
B = 43.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#107263 (or 0x107263) is known color: Deep Sea. HEX triplet: 10, 72 and 63. RGB value is (16,114,99). Sum of RGB (Red+Green+Blue) = 16+114+99=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #107263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107263 is #EF8D9C. Grayscale: #525252. Windows color (decimal): -15699357 or 6517264. OLE color: 6517264.

HSL color Cylindrical-coordinate representation of color #107263: hue angle of 170.82º 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 #107263 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 99 -
CMYK 0.86 0 0.13 0.55
HSL 170.82º 0.75% 0.25% -
HSV(B) 170.82º 0.86% 0.45% -
XYZ 8.48 13.05 13.88 -
YUV 82.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 16 114 99 0.86 0 0.13 0.55 170.82 0.75 0.25
Hex 10 72 63 56 0 D 37 AB 4B 19
Octal 20 162 143 126 0 15 67 253 113 31
Binary 10000 1110010 1100011 1010110 0 1101 110111 10101011 1001011 11001

Color Harmonies of #107263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107263

Black with #107263

Text Example


Text Example

White with #107263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107263; }

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

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

background-color css

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

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

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

border-color css

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

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

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