Html Css Color HEX #269055 Sea Green

📋 copy color: '#269055'

red 38 ◦ green 144 ◦ blue 85

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

Shades of Sea Green #269055

Tints of Sea Green #269055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 14.23%
G = 53.93%
B = 31.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#269055 (or 0x269055) is known color: Sea Green. HEX triplet: 26, 90 and 55. RGB value is (38,144,85). Sum of RGB (Red+Green+Blue) = 38+144+85=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #269055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269055 is #D96FAA. Grayscale: #696969. Windows color (decimal): -14249899 or 5607462. OLE color: 5607462.

HSL color Cylindrical-coordinate representation of color #269055: hue angle of 146.6º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269055 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 144 85 -
CMYK 0.74 0 0.41 0.44
HSL 146.6º 0.58% 0.36% -
HSV(B) 146.6º 0.74% 0.56% -
XYZ 12.41 21.01 12 -
YUV 105.58 116.38 79.8 -
System Red Green Blue C M Y K H S L
Decimal 38 144 85 0.74 0 0.41 0.44 146.6 0.58 0.36
Hex 26 90 55 4A 0 29 2C 93 3A 24
Octal 46 220 125 112 0 51 54 223 72 44
Binary 100110 10010000 1010101 1001010 0 101001 101100 10010011 111010 100100

Color Harmonies of #269055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269055

Black with #269055

Text Example


Text Example

White with #269055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269055; }

 p { color: rgb(38,144,85); }

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

background-color css

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

 a { background-color: rgb(38,144,85); }

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

border-color css

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

 span { border-color: rgb(38,144,85); }

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