Html Css Color HEX #93CCC5 Bermuda

📋 copy color: '#93CCC5'

red 147 ◦ green 204 ◦ blue 197

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

Shades of Bermuda #93CCC5

Tints of Bermuda #93CCC5

RGB

 RED value IS 147 (57.81% from 255) = 26.82%

 GREEN value IS 204 (80.08% from 255) = 37.23%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 26.82%
G = 37.23%
B = 35.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#93CCC5 (or 0x93CCC5) is known color: Bermuda. HEX triplet: 93, CC and C5. RGB value is (147,204,197). Sum of RGB (Red+Green+Blue) = 147+204+197=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCC5 is #6C333A. Grayscale: #BABABA. Windows color (decimal): -7091003 or 12962963. OLE color: 12962963.

HSL color Cylindrical-coordinate representation of color #93CCC5: hue angle of 172.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCC5 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 197 -
CMYK 0.28 0 0.03 0.2
HSL 172.63º 0.36% 0.69% -
HSV(B) 172.63º 0.28% 0.8% -
XYZ 43.7 53.42 60.83 -
YUV 186.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 147 204 197 0.28 0 0.03 0.2 172.63 0.36 0.69
Hex 93 CC C5 1C 0 3 14 AD 24 45
Octal 223 314 305 34 0 3 24 255 44 105
Binary 10010011 11001100 11000101 11100 0 11 10100 10101101 100100 1000101

Color Harmonies of #93CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCC5

Black with #93CCC5

Text Example


Text Example

White with #93CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CCC5; }

 p { color: rgb(147,204,197); }

 H1.HeaderClassName
 {
   color: #93CCC5;
 }
 .AnyTagClassName
 {
   color: #93CCC5;
 }
</style>

background-color css

<style>
 a { background-color: #93CCC5; }

 a { background-color: rgb(147,204,197); }

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

border-color css

<style>
 span { border-color: #93CCC5; }

 span { border-color: rgb(147,204,197); }

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