Html Css Color HEX #1C736B Deep Sea

📋 copy color: '#1C736B'

red 28 ◦ green 115 ◦ blue 107

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

Shades of Deep Sea #1C736B

Tints of Deep Sea #1C736B

RGB

 RED value IS 28 (11.33% from 255) = 11.2%

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 11.2%
G = 46%
B = 42.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1C736B (or 0x1C736B) is known color: Deep Sea. HEX triplet: 1C, 73 and 6B. RGB value is (28,115,107). Sum of RGB (Red+Green+Blue) = 28+115+107=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #1C736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C736B is #E38C94. Grayscale: #585858. Windows color (decimal): -14912661 or 7041820. OLE color: 7041820.

HSL color Cylindrical-coordinate representation of color #1C736B: hue angle of 174.48º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C736B is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 115 107 -
CMYK 0.76 0 0.07 0.55
HSL 174.48º 0.61% 0.28% -
HSV(B) 174.48º 0.76% 0.45% -
XYZ 9.26 13.57 16.04 -
YUV 88.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 28 115 107 0.76 0 0.07 0.55 174.48 0.61 0.28
Hex 1C 73 6B 4C 0 7 37 AE 3D 1C
Octal 34 163 153 114 0 7 67 256 75 34
Binary 11100 1110011 1101011 1001100 0 111 110111 10101110 111101 11100

Color Harmonies of #1C736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C736B

Black with #1C736B

Text Example


Text Example

White with #1C736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C736B; }

 p { color: rgb(28,115,107); }

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

background-color css

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

 a { background-color: rgb(28,115,107); }

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

border-color css

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

 span { border-color: rgb(28,115,107); }

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