Html Css Color HEX #1C816C Deep Sea

📋 copy color: '#1C816C'

red 28 ◦ green 129 ◦ blue 108

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

Shades of Deep Sea #1C816C

Tints of Deep Sea #1C816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.68%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 10.57%
G = 48.68%
B = 40.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#1C816C (or 0x1C816C) is known color: Deep Sea. HEX triplet: 1C, 81 and 6C. RGB value is (28,129,108). Sum of RGB (Red+Green+Blue) = 28+129+108=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #1C816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C816C is #E37E93. Grayscale: #606060. Windows color (decimal): -14909076 or 7110940. OLE color: 7110940.

HSL color Cylindrical-coordinate representation of color #1C816C: hue angle of 167.52º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C816C is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 129 108 -
CMYK 0.78 0 0.16 0.49
HSL 167.52º 0.64% 0.31% -
HSV(B) 167.52º 0.78% 0.51% -
XYZ 11.04 17.03 16.89 -
YUV 96.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 28 129 108 0.78 0 0.16 0.49 167.52 0.64 0.31
Hex 1C 81 6C 4E 0 10 31 A8 40 1F
Octal 34 201 154 116 0 20 61 250 100 37
Binary 11100 10000001 1101100 1001110 0 10000 110001 10101000 1000000 11111

Color Harmonies of #1C816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C816C

Black with #1C816C

Text Example


Text Example

White with #1C816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,129,108); }

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

background-color css

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

 a { background-color: rgb(28,129,108); }

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

border-color css

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

 span { border-color: rgb(28,129,108); }

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