Html Css Color HEX #26ADAF Light Sea Green

📋 copy color: '#26ADAF'

red 38 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #26ADAF

Tints of Light Sea Green #26ADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

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

R = 9.84%
G = 44.82%
B = 45.34%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#26ADAF (or 0x26ADAF) is known color: Light Sea Green. HEX triplet: 26, AD and AF. RGB value is (38,173,175). Sum of RGB (Red+Green+Blue) = 38+173+175=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #26ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ADAF is #D95250. Grayscale: #848484. Windows color (decimal): -14242385 or 11513126. OLE color: 11513126.

HSL color Cylindrical-coordinate representation of color #26ADAF: hue angle of 180.88º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ADAF is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 173 175 -
CMYK 0.78 0.01 0 0.31
HSL 180.88º 0.64% 0.42% -
HSV(B) 180.88º 0.78% 0.69% -
XYZ 23.48 33.39 45.77 -
YUV 132.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 38 173 175 0.78 0.01 0 0.31 180.88 0.64 0.42
Hex 26 AD AF 4E 1 0 1F B5 40 2A
Octal 46 255 257 116 1 0 37 265 100 52
Binary 100110 10101101 10101111 1001110 1 0 11111 10110101 1000000 101010

Color Harmonies of #26ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26ADAF

Black with #26ADAF

Text Example


Text Example

White with #26ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,173,175); }

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

background-color css

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

 a { background-color: rgb(38,173,175); }

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

border-color css

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

 span { border-color: rgb(38,173,175); }

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