Html Css Color HEX #07B5A8 Light Sea Green

📋 copy color: '#07B5A8'

red 7 ◦ green 181 ◦ blue 168

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

Shades of Light Sea Green #07B5A8

Tints of Light Sea Green #07B5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

 BLUE value IS 168 (66.02% from 255) = 47.19%

R = 1.97%
G = 50.84%
B = 47.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#07B5A8 (or 0x07B5A8) is known color: Light Sea Green. HEX triplet: 07, B5 and A8. RGB value is (7,181,168). Sum of RGB (Red+Green+Blue) = 7+181+168=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #07B5A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B5A8 is #F84A57. Grayscale: #7F7F7F. Windows color (decimal): -16271960 or 11056391. OLE color: 11056391.

HSL color Cylindrical-coordinate representation of color #07B5A8: hue angle of 175.52º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B5A8 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 181 168 -
CMYK 0.96 0 0.07 0.29
HSL 175.52º 0.93% 0.37% -
HSV(B) 175.52º 0.96% 0.71% -
XYZ 23.68 35.92 42.73 -
YUV 127.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 7 181 168 0.96 0 0.07 0.29 175.52 0.93 0.37
Hex 7 B5 A8 60 0 7 1D B0 5D 25
Octal 7 265 250 140 0 7 35 260 135 45
Binary 111 10110101 10101000 1100000 0 111 11101 10110000 1011101 100101

Color Harmonies of #07B5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B5A8

Black with #07B5A8

Text Example


Text Example

White with #07B5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,181,168); }

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

background-color css

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

 a { background-color: rgb(7,181,168); }

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

border-color css

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

 span { border-color: rgb(7,181,168); }

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