Html Css Color HEX #1C7F6B Deep Sea

📋 copy color: '#1C7F6B'

red 28 ◦ green 127 ◦ blue 107

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

Shades of Deep Sea #1C7F6B

Tints of Deep Sea #1C7F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 48.47%

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

R = 10.69%
G = 48.47%
B = 40.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#1C7F6B (or 0x1C7F6B) is known color: Deep Sea. HEX triplet: 1C, 7F and 6B. RGB value is (28,127,107). Sum of RGB (Red+Green+Blue) = 28+127+107=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7F6B is #E38094. Grayscale: #5F5F5F. Windows color (decimal): -14909589 or 7044892. OLE color: 7044892.

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

Color convert

RGB 28 127 107 -
CMYK 0.78 0 0.16 0.50
HSL 167.88º 0.64% 0.3% -
HSV(B) 167.88º 0.78% 0.5% -
XYZ 10.72 16.49 16.53 -
YUV 95.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 28 127 107 0.78 0 0.16 0.50 167.88 0.64 0.3
Hex 1C 7F 6B 4E 0 10 32 A8 40 1E
Octal 34 177 153 116 0 20 62 250 100 36
Binary 11100 1111111 1101011 1001110 0 10000 110010 10101000 1000000 11110

Color Harmonies of #1C7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7F6B

Black with #1C7F6B

Text Example


Text Example

White with #1C7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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