Html Css Color HEX #94BDA4 Summer Green

📋 copy color: '#94BDA4'

red 148 ◦ green 189 ◦ blue 164

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

Shades of Summer Green #94BDA4

Tints of Summer Green #94BDA4

RGB

 RED value IS 148 (58.2% from 255) = 29.54%

 GREEN value IS 189 (74.22% from 255) = 37.72%

 BLUE value IS 164 (64.45% from 255) = 32.73%

R = 29.54%
G = 37.72%
B = 32.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#94BDA4 (or 0x94BDA4) is known color: Summer Green. HEX triplet: 94, BD and A4. RGB value is (148,189,164). Sum of RGB (Red+Green+Blue) = 148+189+164=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #94BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BDA4 is #6B425B. Grayscale: #ADADAD. Windows color (decimal): -7029340 or 10796436. OLE color: 10796436.

HSL color Cylindrical-coordinate representation of color #94BDA4: hue angle of 143.41º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BDA4 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 164 -
CMYK 0.22 0 0.13 0.26
HSL 143.41º 0.24% 0.66% -
HSV(B) 143.41º 0.22% 0.74% -
XYZ 37.11 45.37 41.92 -
YUV 173.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 148 189 164 0.22 0 0.13 0.26 143.41 0.24 0.66
Hex 94 BD A4 16 0 D 1A 8F 18 42
Octal 224 275 244 26 0 15 32 217 30 102
Binary 10010100 10111101 10100100 10110 0 1101 11010 10001111 11000 1000010

Color Harmonies of #94BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDA4

Black with #94BDA4

Text Example


Text Example

White with #94BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BDA4; }

 p { color: rgb(148,189,164); }

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

background-color css

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

 a { background-color: rgb(148,189,164); }

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

border-color css

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

 span { border-color: rgb(148,189,164); }

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