Html Css Color HEX #2699A1 Java

📋 copy color: '#2699A1'

red 38 ◦ green 153 ◦ blue 161

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

Shades of Java #2699A1

Tints of Java #2699A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

 BLUE value IS 161 (63.28% from 255) = 45.74%

R = 10.8%
G = 43.47%
B = 45.74%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2699A1 (or 0x2699A1) is known color: Java. HEX triplet: 26, 99 and A1. RGB value is (38,153,161). Sum of RGB (Red+Green+Blue) = 38+153+161=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #2699A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699A1 is #D9665E. Grayscale: #777777. Windows color (decimal): -14247519 or 10590502. OLE color: 10590502.

HSL color Cylindrical-coordinate representation of color #2699A1: hue angle of 183.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2699A1 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 38 153 161 -
CMYK 0.76 0.05 0 0.37
HSL 183.9º 0.62% 0.39% -
HSV(B) 183.9º 0.76% 0.63% -
XYZ 18.62 25.77 37.71 -
YUV 119.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 38 153 161 0.76 0.05 0 0.37 183.9 0.62 0.39
Hex 26 99 A1 4C 5 0 25 B8 3E 27
Octal 46 231 241 114 5 0 45 270 76 47
Binary 100110 10011001 10100001 1001100 101 0 100101 10111000 111110 100111

Color Harmonies of #2699A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2699A1

Black with #2699A1

Text Example


Text Example

White with #2699A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2699A1; }

 p { color: rgb(38,153,161); }

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

background-color css

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

 a { background-color: rgb(38,153,161); }

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

border-color css

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

 span { border-color: rgb(38,153,161); }

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