Html Css Color HEX #26B2BE Light Sea Green

📋 copy color: '#26B2BE'

red 38 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #26B2BE

Tints of Light Sea Green #26B2BE

RGB

 RED value IS 38 (15.23% from 255) = 9.36%

 GREEN value IS 178 (69.92% from 255) = 43.84%

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 9.36%
G = 43.84%
B = 46.8%

CMYK

 C value IS 0.8

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#26B2BE (or 0x26B2BE) is known color: Light Sea Green. HEX triplet: 26, B2 and BE. RGB value is (38,178,190). Sum of RGB (Red+Green+Blue) = 38+178+190=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #26B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B2BE is #D94D41. Grayscale: #898989. Windows color (decimal): -14241090 or 12497446. OLE color: 12497446.

HSL color Cylindrical-coordinate representation of color #26B2BE: hue angle of 184.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26B2BE is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 178 190 -
CMYK 0.8 0.06 0 0.25
HSL 184.74º 0.67% 0.45% -
HSV(B) 184.74º 0.8% 0.75% -
XYZ 26.01 35.97 54.29 -
YUV 137.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 38 178 190 0.8 0.06 0 0.25 184.74 0.67 0.45
Hex 26 B2 BE 50 6 0 19 B9 43 2D
Octal 46 262 276 120 6 0 31 271 103 55
Binary 100110 10110010 10111110 1010000 110 0 11001 10111001 1000011 101101

Color Harmonies of #26B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B2BE

Black with #26B2BE

Text Example


Text Example

White with #26B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26B2BE; }

 p { color: rgb(38,178,190); }

 H1.HeaderClassName
 {
   color: #26B2BE;
 }
 .AnyTagClassName
 {
   color: #26B2BE;
 }
</style>

background-color css

<style>
 a { background-color: #26B2BE; }

 a { background-color: rgb(38,178,190); }

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

border-color css

<style>
 span { border-color: #26B2BE; }

 span { border-color: rgb(38,178,190); }

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