Html Css Color HEX #10B7B2 Light Sea Green

📋 copy color: '#10B7B2'

red 16 ◦ green 183 ◦ blue 178

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

Shades of Light Sea Green #10B7B2

Tints of Light Sea Green #10B7B2

RGB

 RED value IS 16 (6.64% from 255) = 4.24%

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 4.24%
G = 48.54%
B = 47.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#10B7B2 (or 0x10B7B2) is known color: Light Sea Green. HEX triplet: 10, B7 and B2. RGB value is (16,183,178). Sum of RGB (Red+Green+Blue) = 16+183+178=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #10B7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B7B2 is #EF484D. Grayscale: #848484. Windows color (decimal): -15681614 or 11712272. OLE color: 11712272.

HSL color Cylindrical-coordinate representation of color #10B7B2: hue angle of 178.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B7B2 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 183 178 -
CMYK 0.91 0 0.03 0.28
HSL 178.2º 0.84% 0.39% -
HSV(B) 178.2º 0.91% 0.72% -
XYZ 25.18 37.19 47.97 -
YUV 132.5 153.67 44.91 -
System Red Green Blue C M Y K H S L
Decimal 16 183 178 0.91 0 0.03 0.28 178.2 0.84 0.39
Hex 10 B7 B2 5B 0 3 1C B2 54 27
Octal 20 267 262 133 0 3 34 262 124 47
Binary 10000 10110111 10110010 1011011 0 11 11100 10110010 1010100 100111

Color Harmonies of #10B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7B2

Black with #10B7B2

Text Example


Text Example

White with #10B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B7B2; }

 p { color: rgb(16,183,178); }

 H1.HeaderClassName
 {
   color: #10B7B2;
 }
 .AnyTagClassName
 {
   color: #10B7B2;
 }
</style>

background-color css

<style>
 a { background-color: #10B7B2; }

 a { background-color: rgb(16,183,178); }

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

border-color css

<style>
 span { border-color: #10B7B2; }

 span { border-color: rgb(16,183,178); }

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