Html Css Color HEX #95CAC2 Bermuda

📋 copy color: '#95CAC2'

red 149 ◦ green 202 ◦ blue 194

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

Shades of Bermuda #95CAC2

Tints of Bermuda #95CAC2

RGB

 RED value IS 149 (58.59% from 255) = 27.34%

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 27.34%
G = 37.06%
B = 35.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#95CAC2 (or 0x95CAC2) is known color: Bermuda. HEX triplet: 95, CA and C2. RGB value is (149,202,194). Sum of RGB (Red+Green+Blue) = 149+202+194=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CAC2 is #6A353D. Grayscale: #B9B9B9. Windows color (decimal): -6960446 or 12765845. OLE color: 12765845.

HSL color Cylindrical-coordinate representation of color #95CAC2: hue angle of 170.94º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95CAC2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 194 -
CMYK 0.26 0 0.04 0.21
HSL 170.94º 0.33% 0.69% -
HSV(B) 170.94º 0.26% 0.79% -
XYZ 43.25 52.53 58.9 -
YUV 185.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 149 202 194 0.26 0 0.04 0.21 170.94 0.33 0.69
Hex 95 CA C2 1A 0 4 15 AB 21 45
Octal 225 312 302 32 0 4 25 253 41 105
Binary 10010101 11001010 11000010 11010 0 100 10101 10101011 100001 1000101

Color Harmonies of #95CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CAC2

Black with #95CAC2

Text Example


Text Example

White with #95CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CAC2; }

 p { color: rgb(149,202,194); }

 H1.HeaderClassName
 {
   color: #95CAC2;
 }
 .AnyTagClassName
 {
   color: #95CAC2;
 }
</style>

background-color css

<style>
 a { background-color: #95CAC2; }

 a { background-color: rgb(149,202,194); }

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

border-color css

<style>
 span { border-color: #95CAC2; }

 span { border-color: rgb(149,202,194); }

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