Html Css Color HEX #96CAC4 Bermuda

📋 copy color: '#96CAC4'

red 150 ◦ green 202 ◦ blue 196

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

Shades of Bermuda #96CAC4

Tints of Bermuda #96CAC4

RGB

 RED value IS 150 (58.98% from 255) = 27.37%

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 27.37%
G = 36.86%
B = 35.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#96CAC4 (or 0x96CAC4) is known color: Bermuda. HEX triplet: 96, CA and C4. RGB value is (150,202,196). Sum of RGB (Red+Green+Blue) = 150+202+196=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC4 is #69353B. Grayscale: #B9B9B9. Windows color (decimal): -6894908 or 12896918. OLE color: 12896918.

HSL color Cylindrical-coordinate representation of color #96CAC4: hue angle of 173.08º 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 #96CAC4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 196 -
CMYK 0.26 0 0.03 0.21
HSL 173.08º 0.33% 0.69% -
HSV(B) 173.08º 0.26% 0.79% -
XYZ 43.66 52.71 60.1 -
YUV 185.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 150 202 196 0.26 0 0.03 0.21 173.08 0.33 0.69
Hex 96 CA C4 1A 0 3 15 AD 21 45
Octal 226 312 304 32 0 3 25 255 41 105
Binary 10010110 11001010 11000100 11010 0 11 10101 10101101 100001 1000101

Color Harmonies of #96CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC4

Black with #96CAC4

Text Example


Text Example

White with #96CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CAC4; }

 p { color: rgb(150,202,196); }

 H1.HeaderClassName
 {
   color: #96CAC4;
 }
 .AnyTagClassName
 {
   color: #96CAC4;
 }
</style>

background-color css

<style>
 a { background-color: #96CAC4; }

 a { background-color: rgb(150,202,196); }

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

border-color css

<style>
 span { border-color: #96CAC4; }

 span { border-color: rgb(150,202,196); }

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