Html Css Color HEX #08B8AF Light Sea Green

📋 copy color: '#08B8AF'

red 8 ◦ green 184 ◦ blue 175

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

Shades of Light Sea Green #08B8AF

Tints of Light Sea Green #08B8AF

RGB

 RED value IS 8 (3.52% from 255) = 2.18%

 GREEN value IS 184 (72.27% from 255) = 50.14%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 2.18%
G = 50.14%
B = 47.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#08B8AF (or 0x08B8AF) is known color: Light Sea Green. HEX triplet: 08, B8 and AF. RGB value is (8,184,175). Sum of RGB (Red+Green+Blue) = 8+184+175=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #08B8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B8AF is #F74750. Grayscale: #828282. Windows color (decimal): -16205649 or 11515912. OLE color: 11515912.

HSL color Cylindrical-coordinate representation of color #08B8AF: hue angle of 176.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B8AF is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 184 175 -
CMYK 0.96 0 0.05 0.28
HSL 176.93º 0.92% 0.38% -
HSV(B) 176.93º 0.96% 0.72% -
XYZ 24.98 37.43 46.47 -
YUV 130.35 153.19 40.73 -
System Red Green Blue C M Y K H S L
Decimal 8 184 175 0.96 0 0.05 0.28 176.93 0.92 0.38
Hex 8 B8 AF 60 0 5 1C B1 5C 26
Octal 10 270 257 140 0 5 34 261 134 46
Binary 1000 10111000 10101111 1100000 0 101 11100 10110001 1011100 100110

Color Harmonies of #08B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B8AF

Black with #08B8AF

Text Example


Text Example

White with #08B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B8AF; }

 p { color: rgb(8,184,175); }

 H1.HeaderClassName
 {
   color: #08B8AF;
 }
 .AnyTagClassName
 {
   color: #08B8AF;
 }
</style>

background-color css

<style>
 a { background-color: #08B8AF; }

 a { background-color: rgb(8,184,175); }

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

border-color css

<style>
 span { border-color: #08B8AF; }

 span { border-color: rgb(8,184,175); }

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