Html Css Color HEX #25A69C Java

📋 copy color: '#25A69C'

red 37 ◦ green 166 ◦ blue 156

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

Shades of Java #25A69C

Tints of Java #25A69C

RGB

 RED value IS 37 (14.84% from 255) = 10.31%

 GREEN value IS 166 (65.23% from 255) = 46.24%

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

R = 10.31%
G = 46.24%
B = 43.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#25A69C (or 0x25A69C) is known color: Java. HEX triplet: 25, A6 and 9C. RGB value is (37,166,156). Sum of RGB (Red+Green+Blue) = 37+166+156=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #25A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A69C is #DA5963. Grayscale: #7E7E7E. Windows color (decimal): -14309732 or 10266149. OLE color: 10266149.

HSL color Cylindrical-coordinate representation of color #25A69C: hue angle of 175.35º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A69C is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 166 156 -
CMYK 0.78 0 0.06 0.35
HSL 175.35º 0.64% 0.4% -
HSV(B) 175.35º 0.78% 0.65% -
XYZ 20.4 30.07 36.18 -
YUV 126.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 37 166 156 0.78 0 0.06 0.35 175.35 0.64 0.4
Hex 25 A6 9C 4E 0 6 23 AF 40 28
Octal 45 246 234 116 0 6 43 257 100 50
Binary 100101 10100110 10011100 1001110 0 110 100011 10101111 1000000 101000

Color Harmonies of #25A69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A69C

Black with #25A69C

Text Example


Text Example

White with #25A69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A69C; }

 p { color: rgb(37,166,156); }

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

background-color css

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

 a { background-color: rgb(37,166,156); }

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

border-color css

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

 span { border-color: rgb(37,166,156); }

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