Html Css Color HEX #07ACAB Light Sea Green

📋 copy color: '#07ACAB'

red 7 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #07ACAB

Tints of Light Sea Green #07ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 2%
G = 49.14%
B = 48.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#07ACAB (or 0x07ACAB) is known color: Light Sea Green. HEX triplet: 07, AC and AB. RGB value is (7,172,171). Sum of RGB (Red+Green+Blue) = 7+172+171=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #07ACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ACAB is #F85354. Grayscale: #7A7A7A. Windows color (decimal): -16274261 or 11250695. OLE color: 11250695.

HSL color Cylindrical-coordinate representation of color #07ACAB: hue angle of 179.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACAB is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 172 171 -
CMYK 0.96 0 0.01 0.33
HSL 179.64º 0.92% 0.35% -
HSV(B) 179.64º 0.96% 0.67% -
XYZ 22.19 32.49 43.63 -
YUV 122.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 7 172 171 0.96 0 0.01 0.33 179.64 0.92 0.35
Hex 7 AC AB 60 0 1 21 B4 5C 23
Octal 7 254 253 140 0 1 41 264 134 43
Binary 111 10101100 10101011 1100000 0 1 100001 10110100 1011100 100011

Color Harmonies of #07ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ACAB

Black with #07ACAB

Text Example


Text Example

White with #07ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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