Html Css Color HEX #07BCAC Light Sea Green

📋 copy color: '#07BCAC'

red 7 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #07BCAC

Tints of Light Sea Green #07BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 1.91%
G = 51.23%
B = 46.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#07BCAC (or 0x07BCAC) is known color: Light Sea Green. HEX triplet: 07, BC and AC. RGB value is (7,188,172). Sum of RGB (Red+Green+Blue) = 7+188+172=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCAC is #F84353. Grayscale: #838383. Windows color (decimal): -16270164 or 11320327. OLE color: 11320327.

HSL color Cylindrical-coordinate representation of color #07BCAC: hue angle of 174.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCAC is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 188 172 -
CMYK 0.96 0 0.09 0.26
HSL 174.7º 0.93% 0.38% -
HSV(B) 174.7º 0.96% 0.74% -
XYZ 25.52 38.99 45.21 -
YUV 132.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 7 188 172 0.96 0 0.09 0.26 174.7 0.93 0.38
Hex 7 BC AC 60 0 9 1A AF 5D 26
Octal 7 274 254 140 0 11 32 257 135 46
Binary 111 10111100 10101100 1100000 0 1001 11010 10101111 1011101 100110

Color Harmonies of #07BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCAC

Black with #07BCAC

Text Example


Text Example

White with #07BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,172); }

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

background-color css

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

 a { background-color: rgb(7,188,172); }

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

border-color css

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

 span { border-color: rgb(7,188,172); }

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