Html Css Color HEX #7FCFCC Bermuda

📋 copy color: '#7FCFCC'

red 127 ◦ green 207 ◦ blue 204

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

Shades of Bermuda #7FCFCC

Tints of Bermuda #7FCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 23.61%
G = 38.48%
B = 37.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#7FCFCC (or 0x7FCFCC) is known color: Bermuda. HEX triplet: 7F, CF and CC. RGB value is (127,207,204). Sum of RGB (Red+Green+Blue) = 127+207+204=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFCC is #803033. Grayscale: #B6B6B6. Windows color (decimal): -8400948 or 13422463. OLE color: 13422463.

HSL color Cylindrical-coordinate representation of color #7FCFCC: hue angle of 177.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFCC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 204 -
CMYK 0.39 0 0.01 0.19
HSL 177.75º 0.45% 0.65% -
HSV(B) 177.75º 0.39% 0.81% -
XYZ 41.96 53.5 65.24 -
YUV 182.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 127 207 204 0.39 0 0.01 0.19 177.75 0.45 0.65
Hex 7F CF CC 27 0 1 13 B2 2D 41
Octal 177 317 314 47 0 1 23 262 55 101
Binary 1111111 11001111 11001100 100111 0 1 10011 10110010 101101 1000001

Color Harmonies of #7FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFCC

Black with #7FCFCC

Text Example


Text Example

White with #7FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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