Html Css Color HEX #26949C Java

📋 copy color: '#26949C'

red 38 ◦ green 148 ◦ blue 156

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

Shades of Java #26949C

Tints of Java #26949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 11.11%
G = 43.27%
B = 45.61%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26949C (or 0x26949C) is known color: Java. HEX triplet: 26, 94 and 9C. RGB value is (38,148,156). Sum of RGB (Red+Green+Blue) = 38+148+156=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #26949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26949C is #D96B63. Grayscale: #737373. Windows color (decimal): -14248804 or 10261542. OLE color: 10261542.

HSL color Cylindrical-coordinate representation of color #26949C: hue angle of 184.07º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26949C is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 148 156 -
CMYK 0.76 0.05 0 0.39
HSL 184.07º 0.61% 0.38% -
HSV(B) 184.07º 0.76% 0.61% -
XYZ 17.39 23.99 35.17 -
YUV 116.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 38 148 156 0.76 0.05 0 0.39 184.07 0.61 0.38
Hex 26 94 9C 4C 5 0 27 B8 3D 26
Octal 46 224 234 114 5 0 47 270 75 46
Binary 100110 10010100 10011100 1001100 101 0 100111 10111000 111101 100110

Color Harmonies of #26949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26949C

Black with #26949C

Text Example


Text Example

White with #26949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26949C; }

 p { color: rgb(38,148,156); }

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

background-color css

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

 a { background-color: rgb(38,148,156); }

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

border-color css

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

 span { border-color: rgb(38,148,156); }

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