Html Css Color HEX #1C7868 Deep Sea

📋 copy color: '#1C7868'

red 28 ◦ green 120 ◦ blue 104

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

Shades of Deep Sea #1C7868

Tints of Deep Sea #1C7868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 11.11%
G = 47.62%
B = 41.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#1C7868 (or 0x1C7868) is known color: Deep Sea. HEX triplet: 1C, 78 and 68. RGB value is (28,120,104). Sum of RGB (Red+Green+Blue) = 28+120+104=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #1C7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7868 is #E38797. Grayscale: #5A5A5A. Windows color (decimal): -14911384 or 6846492. OLE color: 6846492.

HSL color Cylindrical-coordinate representation of color #1C7868: hue angle of 169.57º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7868 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 120 104 -
CMYK 0.77 0 0.13 0.53
HSL 169.57º 0.62% 0.29% -
HSV(B) 169.57º 0.77% 0.47% -
XYZ 9.69 14.68 15.42 -
YUV 90.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 28 120 104 0.77 0 0.13 0.53 169.57 0.62 0.29
Hex 1C 78 68 4D 0 D 35 AA 3E 1D
Octal 34 170 150 115 0 15 65 252 76 35
Binary 11100 1111000 1101000 1001101 0 1101 110101 10101010 111110 11101

Color Harmonies of #1C7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7868

Black with #1C7868

Text Example


Text Example

White with #1C7868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,120,104); }

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

background-color css

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

 a { background-color: rgb(28,120,104); }

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

border-color css

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

 span { border-color: rgb(28,120,104); }

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