Html Css Color HEX #07AFAB Light Sea Green

📋 copy color: '#07AFAB'

red 7 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #07AFAB

Tints of Light Sea Green #07AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.58%

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

R = 1.98%
G = 49.58%
B = 48.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#07AFAB (or 0x07AFAB) is known color: Light Sea Green. HEX triplet: 07, AF and AB. RGB value is (7,175,171). Sum of RGB (Red+Green+Blue) = 7+175+171=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #07AFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AFAB is #F85054. Grayscale: #7C7C7C. Windows color (decimal): -16273493 or 11251463. OLE color: 11251463.

HSL color Cylindrical-coordinate representation of color #07AFAB: hue angle of 178.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AFAB is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 171 -
CMYK 0.96 0 0.02 0.31
HSL 178.57º 0.92% 0.36% -
HSV(B) 178.57º 0.96% 0.69% -
XYZ 22.77 33.65 43.82 -
YUV 124.31 154.34 44.33 -
System Red Green Blue C M Y K H S L
Decimal 7 175 171 0.96 0 0.02 0.31 178.57 0.92 0.36
Hex 7 AF AB 60 0 2 1F B3 5C 24
Octal 7 257 253 140 0 2 37 263 134 44
Binary 111 10101111 10101011 1100000 0 10 11111 10110011 1011100 100100

Color Harmonies of #07AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFAB

Black with #07AFAB

Text Example


Text Example

White with #07AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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