Html Css Color HEX #07C0B1 Light Sea Green

📋 copy color: '#07C0B1'

red 7 ◦ green 192 ◦ blue 177

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

Shades of Light Sea Green #07C0B1

Tints of Light Sea Green #07C0B1

RGB

 RED value IS 7 (3.13% from 255) = 1.86%

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 1.86%
G = 51.06%
B = 47.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#07C0B1 (or 0x07C0B1) is known color: Light Sea Green. HEX triplet: 07, C0 and B1. RGB value is (7,192,177). Sum of RGB (Red+Green+Blue) = 7+192+177=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #07C0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C0B1 is #F83F4E. Grayscale: #868686. Windows color (decimal): -16269135 or 11649031. OLE color: 11649031.

HSL color Cylindrical-coordinate representation of color #07C0B1: hue angle of 175.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C0B1 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 192 177 -
CMYK 0.96 0 0.08 0.25
HSL 175.14º 0.93% 0.39% -
HSV(B) 175.14º 0.96% 0.75% -
XYZ 26.87 40.92 48.08 -
YUV 134.98 151.71 36.72 -
System Red Green Blue C M Y K H S L
Decimal 7 192 177 0.96 0 0.08 0.25 175.14 0.93 0.39
Hex 7 C0 B1 60 0 8 19 AF 5D 27
Octal 7 300 261 140 0 10 31 257 135 47
Binary 111 11000000 10110001 1100000 0 1000 11001 10101111 1011101 100111

Color Harmonies of #07C0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0B1

Black with #07C0B1

Text Example


Text Example

White with #07C0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C0B1; }

 p { color: rgb(7,192,177); }

 H1.HeaderClassName
 {
   color: #07C0B1;
 }
 .AnyTagClassName
 {
   color: #07C0B1;
 }
</style>

background-color css

<style>
 a { background-color: #07C0B1; }

 a { background-color: rgb(7,192,177); }

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

border-color css

<style>
 span { border-color: #07C0B1; }

 span { border-color: rgb(7,192,177); }

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