Html Css Color HEX #26ACB4 Light Sea Green

📋 copy color: '#26ACB4'

red 38 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #26ACB4

Tints of Light Sea Green #26ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 9.74%
G = 44.1%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#26ACB4 (or 0x26ACB4) is known color: Light Sea Green. HEX triplet: 26, AC and B4. RGB value is (38,172,180). Sum of RGB (Red+Green+Blue) = 38+172+180=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #26ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACB4 is #D9534B. Grayscale: #848484. Windows color (decimal): -14242636 or 11840550. OLE color: 11840550.

HSL color Cylindrical-coordinate representation of color #26ACB4: hue angle of 183.38º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26ACB4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 172 180 -
CMYK 0.79 0.04 0 0.29
HSL 183.38º 0.65% 0.43% -
HSV(B) 183.38º 0.79% 0.71% -
XYZ 23.79 33.21 48.34 -
YUV 132.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 38 172 180 0.79 0.04 0 0.29 183.38 0.65 0.43
Hex 26 AC B4 4F 4 0 1D B7 41 2B
Octal 46 254 264 117 4 0 35 267 101 53
Binary 100110 10101100 10110100 1001111 100 0 11101 10110111 1000001 101011

Color Harmonies of #26ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26ACB4

Black with #26ACB4

Text Example


Text Example

White with #26ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,172,180); }

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

background-color css

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

 a { background-color: rgb(38,172,180); }

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

border-color css

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

 span { border-color: rgb(38,172,180); }

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