Html Css Color HEX #1C7B6F Deep Sea

📋 copy color: '#1C7B6F'

red 28 ◦ green 123 ◦ blue 111

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

Shades of Deep Sea #1C7B6F

Tints of Deep Sea #1C7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.95%

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

R = 10.69%
G = 46.95%
B = 42.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#1C7B6F (or 0x1C7B6F) is known color: Deep Sea. HEX triplet: 1C, 7B and 6F. RGB value is (28,123,111). Sum of RGB (Red+Green+Blue) = 28+123+111=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B6F is #E38490. Grayscale: #5D5D5D. Windows color (decimal): -14910609 or 7306012. OLE color: 7306012.

HSL color Cylindrical-coordinate representation of color #1C7B6F: hue angle of 172.42º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7B6F is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 123 111 -
CMYK 0.77 0 0.10 0.52
HSL 172.42º 0.63% 0.3% -
HSV(B) 172.42º 0.77% 0.48% -
XYZ 10.43 15.56 17.49 -
YUV 93.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 28 123 111 0.77 0 0.10 0.52 172.42 0.63 0.3
Hex 1C 7B 6F 4D 0 A 34 AC 3F 1E
Octal 34 173 157 115 0 12 64 254 77 36
Binary 11100 1111011 1101111 1001101 0 1010 110100 10101100 111111 11110

Color Harmonies of #1C7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7B6F

Black with #1C7B6F

Text Example


Text Example

White with #1C7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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