Html Css Color HEX #7FCCC5 Bermuda

📋 copy color: '#7FCCC5'

red 127 ◦ green 204 ◦ blue 197

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

Shades of Bermuda #7FCCC5

Tints of Bermuda #7FCCC5

RGB

 RED value IS 127 (50% from 255) = 24.05%

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

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

R = 24.05%
G = 38.64%
B = 37.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#7FCCC5 (or 0x7FCCC5) is known color: Bermuda. HEX triplet: 7F, CC and C5. RGB value is (127,204,197). Sum of RGB (Red+Green+Blue) = 127+204+197=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCC5 is #80333A. Grayscale: #B4B4B4. Windows color (decimal): -8401723 or 12962943. OLE color: 12962943.

HSL color Cylindrical-coordinate representation of color #7FCCC5: hue angle of 174.55º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCC5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 197 -
CMYK 0.38 0 0.03 0.2
HSL 174.55º 0.43% 0.65% -
HSV(B) 174.55º 0.38% 0.8% -
XYZ 40.42 51.73 60.68 -
YUV 180.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 127 204 197 0.38 0 0.03 0.2 174.55 0.43 0.65
Hex 7F CC C5 26 0 3 14 AF 2B 41
Octal 177 314 305 46 0 3 24 257 53 101
Binary 1111111 11001100 11000101 100110 0 11 10100 10101111 101011 1000001

Color Harmonies of #7FCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCC5

Black with #7FCCC5

Text Example


Text Example

White with #7FCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCCC5; }

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

 H1.HeaderClassName
 {
   color: #7FCCC5;
 }
 .AnyTagClassName
 {
   color: #7FCCC5;
 }
</style>

background-color css

<style>
 a { background-color: #7FCCC5; }

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

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

border-color css

<style>
 span { border-color: #7FCCC5; }

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

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