Html Css Color HEX #1C7D6F Deep Sea

📋 copy color: '#1C7D6F'

red 28 ◦ green 125 ◦ blue 111

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

Shades of Deep Sea #1C7D6F

Tints of Deep Sea #1C7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 10.61%
G = 47.35%
B = 42.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#1C7D6F (or 0x1C7D6F) is known color: Deep Sea. HEX triplet: 1C, 7D and 6F. RGB value is (28,125,111). Sum of RGB (Red+Green+Blue) = 28+125+111=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7D6F is #E38290. Grayscale: #5E5E5E. Windows color (decimal): -14910097 or 7306524. OLE color: 7306524.

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

Color convert

RGB 28 125 111 -
CMYK 0.78 0 0.11 0.51
HSL 171.34º 0.63% 0.3% -
HSV(B) 171.34º 0.78% 0.49% -
XYZ 10.68 16.06 17.58 -
YUV 94.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 28 125 111 0.78 0 0.11 0.51 171.34 0.63 0.3
Hex 1C 7D 6F 4E 0 B 33 AB 3F 1E
Octal 34 175 157 116 0 13 63 253 77 36
Binary 11100 1111101 1101111 1001110 0 1011 110011 10101011 111111 11110

Color Harmonies of #1C7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7D6F

Black with #1C7D6F

Text Example


Text Example

White with #1C7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,125,111); }

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

background-color css

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

 a { background-color: rgb(28,125,111); }

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

border-color css

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

 span { border-color: rgb(28,125,111); }

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