Html Css Color HEX #26AFBE Light Sea Green

📋 copy color: '#26AFBE'

red 38 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #26AFBE

Tints of Light Sea Green #26AFBE

RGB

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

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

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

R = 9.43%
G = 43.42%
B = 47.15%

CMYK

 C value IS 0.8

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#26AFBE (or 0x26AFBE) is known color: Light Sea Green. HEX triplet: 26, AF and BE. RGB value is (38,175,190). Sum of RGB (Red+Green+Blue) = 38+175+190=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #26AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFBE is #D95041. Grayscale: #878787. Windows color (decimal): -14241858 or 12496678. OLE color: 12496678.

HSL color Cylindrical-coordinate representation of color #26AFBE: hue angle of 185.92º 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 #26AFBE is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 175 190 -
CMYK 0.8 0.08 0 0.25
HSL 185.92º 0.67% 0.45% -
HSV(B) 185.92º 0.8% 0.75% -
XYZ 25.42 34.79 54.09 -
YUV 135.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 38 175 190 0.8 0.08 0 0.25 185.92 0.67 0.45
Hex 26 AF BE 50 8 0 19 BA 43 2D
Octal 46 257 276 120 10 0 31 272 103 55
Binary 100110 10101111 10111110 1010000 1000 0 11001 10111010 1000011 101101

Color Harmonies of #26AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26AFBE

Black with #26AFBE

Text Example


Text Example

White with #26AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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