Html Css Color HEX #25CBAD Shamrock

📋 copy color: '#25CBAD'

red 37 ◦ green 203 ◦ blue 173

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

Shades of Shamrock #25CBAD

Tints of Shamrock #25CBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.15%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 8.96%
G = 49.15%
B = 41.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#25CBAD (or 0x25CBAD) is known color: Shamrock. HEX triplet: 25, CB and AD. RGB value is (37,203,173). Sum of RGB (Red+Green+Blue) = 37+203+173=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #25CBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CBAD is #DA3452. Grayscale: #959595. Windows color (decimal): -14300243 or 11389733. OLE color: 11389733.

HSL color Cylindrical-coordinate representation of color #25CBAD: hue angle of 169.16º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CBAD is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 203 173 -
CMYK 0.82 0 0.15 0.20
HSL 169.16º 0.69% 0.47% -
HSV(B) 169.16º 0.82% 0.8% -
XYZ 29.66 46.12 46.87 -
YUV 149.95 141 47.44 -
System Red Green Blue C M Y K H S L
Decimal 37 203 173 0.82 0 0.15 0.20 169.16 0.69 0.47
Hex 25 CB AD 52 0 F 14 A9 45 2F
Octal 45 313 255 122 0 17 24 251 105 57
Binary 100101 11001011 10101101 1010010 0 1111 10100 10101001 1000101 101111

Color Harmonies of #25CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CBAD

Black with #25CBAD

Text Example


Text Example

White with #25CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,203,173); }

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

background-color css

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

 a { background-color: rgb(37,203,173); }

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

border-color css

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

 span { border-color: rgb(37,203,173); }

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